17 lines
196 B
Go
17 lines
196 B
Go
package net
|
|
|
|
type DiscoveryConfig struct {
|
|
}
|
|
|
|
type DiscoveryZoneConfig struct {
|
|
}
|
|
|
|
type DiscoveryHostConfig struct {
|
|
}
|
|
|
|
type DiscoveryPortConfig struct {
|
|
}
|
|
|
|
type DiscoveryServiceConfig struct {
|
|
}
|