model/scan/DiscoverService.go

6 lines
112 B
Go
Raw Normal View History

2018-08-12 10:46:46 +00:00
package discovery
type DiscoverService struct {
IncludeServices []string `json:"includeServices,omitempty"`
}