This commit is contained in:
crusader 2018-06-20 20:24:48 +09:00
parent f64ffa19c3
commit 7770cfcc68
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import (
) )
type DiscoverHost struct { type DiscoverHost struct {
MetaIPType *meta.MetaIPType `json:"metaIpType,omitempty"` MetaIPType *meta.MetaIPType `json:"metaIPType,omitempty"`
FirstScanRange string `json:"firstScanRange,omitempty"` FirstScanRange string `json:"firstScanRange,omitempty"`
LastScanRange string `json:"lastScanRange,omitempty"` LastScanRange string `json:"lastScanRange,omitempty"`

View File

@ -6,7 +6,7 @@ import (
) )
type Host struct { type Host struct {
MetaIPType *meta.MetaIPType `json:"metaIpType,omitempty"` MetaIPType *meta.MetaIPType `json:"metaIPType,omitempty"`
Address string `json:"address,omitempty"` Address string `json:"address,omitempty"`
Mac string `json:"mac,omitempty"` Mac string `json:"mac,omitempty"`