This commit is contained in:
crusader
2017-11-21 14:31:17 +09:00
parent 58f1cd09a5
commit 753fafced4
5 changed files with 126 additions and 25 deletions

View File

@@ -19,6 +19,9 @@ type DiscoveryPort struct {
LastScanRange int `json:"lastScanRange"`
ExcludePorts []int `json:"excludePorts"`
IncludeTCP bool `json:"includeTCP"`
IncludeUDP bool `json:"includeUDP"`
DiscoveryService *DiscoveryService `json:"discoveryService"`
}