ing
This commit is contained in:
@@ -12,8 +12,8 @@ type DiscoveryService interface {
|
||||
DiscoverService(port *discoveryM.Port, dz *discoveryM.DiscoveryService) error
|
||||
|
||||
// use by discovery
|
||||
DiscoveredZone(zone *discoveryM.Zone)
|
||||
DiscoveredHost(host *discoveryM.Host)
|
||||
DiscoveredPort(port *discoveryM.Port)
|
||||
DiscoveredService(service *discoveryM.Service)
|
||||
DiscoveredZone(zone *discoveryM.Zone) error
|
||||
DiscoveredHost(host *discoveryM.Host) error
|
||||
DiscoveredPort(port *discoveryM.Port) error
|
||||
DiscoveredService(service *discoveryM.Service) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user