fleet/server/kolide/service.go
Zachary Wasserman fd61dcab67
Clean up unused DB tables, migrations, and code (#2258)
This PR removes unused types, code, DB tables, and associated migrations that are unused since Fleet 2.0.

An existing migration was refactored, and should remain compatible with both existing and new Fleet installations.
2020-07-08 13:02:18 -07:00

20 lines
296 B
Go

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