ing
This commit is contained in:
@@ -7,8 +7,6 @@ type DiscoveryZone struct {
|
||||
}
|
||||
|
||||
type DiscoveryHost struct {
|
||||
Zone *Zone `json:"zone"`
|
||||
|
||||
FirstScanRange string `json:"firstScanRange"`
|
||||
LastScanRange string `json:"lastScanRange"`
|
||||
ExcludeHosts []string `json:"excludeHosts"`
|
||||
@@ -17,8 +15,6 @@ type DiscoveryHost struct {
|
||||
}
|
||||
|
||||
type DiscoveryPort struct {
|
||||
Host *Host `json:"host"`
|
||||
|
||||
FirstScanRange int `json:"firstScanRange"`
|
||||
LastScanRange int `json:"lastScanRange"`
|
||||
ExcludePorts []int `json:"excludePorts"`
|
||||
@@ -27,8 +23,6 @@ type DiscoveryPort struct {
|
||||
}
|
||||
|
||||
type DiscoveryService struct {
|
||||
Port *Port `json:"port"`
|
||||
|
||||
IncludeServices []string `json:"includeServices"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user