commons-go/model/discovery/DiscoverService.go

6 lines
112 B
Go
Raw Normal View History

2018-04-26 07:37:59 +00:00
package discovery
2018-04-12 09:38:04 +00:00
2018-04-27 16:02:30 +00:00
type DiscoverService struct {
2018-04-12 09:38:04 +00:00
IncludeServices []string `json:"includeServices,omitempty"`
}