fleet/server/kolide/service.go
Zachary Wasserman c5f0e5a6b4
Add endpoints for apply/get of each spec type (#1752)
- Osquery Options (to be renamed to Options after current Options removed)
- Labels
- Queries
- Packs
2018-05-03 18:01:57 -07:00

21 lines
328 B
Go

package kolide
// service a interface stub
type Service interface {
UserService
SessionService
PackService
LabelService
QueryService
CampaignService
OsqueryService
OsqueryOptionsService
HostService
AppConfigService
InviteService
TargetService
ScheduledQueryService
OptionService
FileIntegrityMonitoringService
}