17 lines
196 B
Go
Raw Normal View History

2017-10-20 18:09:07 +09:00
package net
type DiscoveryConfig struct {
}
type DiscoveryZoneConfig struct {
}
type DiscoveryHostConfig struct {
}
type DiscoveryPortConfig struct {
}
type DiscoveryServiceConfig struct {
}