overflow_commons_go/modules/discovery/model/DiscoveryService.go

6 lines
109 B
Go
Raw Permalink Normal View History

2017-12-04 06:30:56 +00:00
package model
type DiscoveryService struct {
IncludeServices []string `json:"includeServices,omitempty"`
}