2018-08-12 10:46:46 +00:00
|
|
|
package discovery
|
|
|
|
|
|
|
|
type DiscoverService struct {
|
2018-08-30 11:40:21 +00:00
|
|
|
DiscoveryConfig *DiscoveryConfig `json:"discoveryConfig,omitempty"`
|
|
|
|
|
2018-08-12 10:46:46 +00:00
|
|
|
IncludeServices []string `json:"includeServices,omitempty"`
|
|
|
|
}
|