8 lines
182 B
Go
8 lines
182 B
Go
package discovery
|
|
|
|
type DiscoverService struct {
|
|
DiscoveryConfig *DiscoveryConfig `json:"discoveryConfig,omitempty"`
|
|
|
|
IncludeServices []string `json:"includeServices,omitempty"`
|
|
}
|