6 lines
109 B
Go
6 lines
109 B
Go
package model
|
|
|
|
type DiscoveryService struct {
|
|
IncludeServices []string `json:"includeServices,omitempty"`
|
|
}
|