overflow_discovery/net/config.go
crusader cb7a0cea64 ing
2017-10-20 18:09:07 +09:00

17 lines
196 B
Go

package net
type DiscoveryConfig struct {
}
type DiscoveryZoneConfig struct {
}
type DiscoveryHostConfig struct {
}
type DiscoveryPortConfig struct {
}
type DiscoveryServiceConfig struct {
}