name added
This commit is contained in:
parent
21bc8700b6
commit
9d8de5fbd6
|
@ -7,6 +7,7 @@ import (
|
||||||
|
|
||||||
type Host struct {
|
type Host struct {
|
||||||
MetaIPType *meta.MetaIPType `json:"metaIPType,omitempty"`
|
MetaIPType *meta.MetaIPType `json:"metaIPType,omitempty"`
|
||||||
|
Name string `json:"name,omitempty"`
|
||||||
Address string `json:"address,omitempty"`
|
Address string `json:"address,omitempty"`
|
||||||
Mac string `json:"mac,omitempty"`
|
Mac string `json:"mac,omitempty"`
|
||||||
Meta map[string]string `json:"meta,omitempty"`
|
Meta map[string]string `json:"meta,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user