name added

This commit is contained in:
crusader 2018-08-28 23:36:36 +09:00
parent 21bc8700b6
commit 9d8de5fbd6

View File

@ -7,6 +7,7 @@ import (
type Host struct {
MetaIPType *meta.MetaIPType `json:"metaIPType,omitempty"`
Name string `json:"name,omitempty"`
Address string `json:"address,omitempty"`
Mac string `json:"mac,omitempty"`
Meta map[string]string `json:"meta,omitempty"`