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