ing
This commit is contained in:
parent
b7c7437840
commit
d762e69015
|
@ -7,7 +7,7 @@ type DiscoveryZone struct {
|
|||
}
|
||||
|
||||
type DiscoveryHost struct {
|
||||
Zone Zone `json:"zone"`
|
||||
Zone *Zone `json:"zone"`
|
||||
|
||||
FirstScanRange string `json:"firstScanRange"`
|
||||
LastScanRange string `json:"lastScanRange"`
|
||||
|
@ -17,7 +17,7 @@ type DiscoveryHost struct {
|
|||
}
|
||||
|
||||
type DiscoveryPort struct {
|
||||
Host Host `json:"host"`
|
||||
Host *Host `json:"host"`
|
||||
|
||||
FirstScanRange int `json:"firstScanRange"`
|
||||
LastScanRange int `json:"lastScanRange"`
|
||||
|
@ -27,7 +27,7 @@ type DiscoveryPort struct {
|
|||
}
|
||||
|
||||
type DiscoveryService struct {
|
||||
Port Port `json:"port"`
|
||||
Port *Port `json:"port"`
|
||||
|
||||
IncludeServices []string `json:"includeServices"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user