6 lines
112 B
Go
6 lines
112 B
Go
|
package discovery
|
||
|
|
||
|
type DiscoverService struct {
|
||
|
IncludeServices []string `json:"includeServices,omitempty"`
|
||
|
}
|