fleet/server/kolide/service.go
Victor Vrantchan 6fb96d98f7 Adds endpoints to invite new users to the application. (#235)
User service checks that tokens are valid on new user signups.
Closes #230
2016-09-28 22:44:05 -04:00

14 lines
189 B
Go

package kolide
// service a interface stub
type Service interface {
UserService
SessionService
PackService
QueryService
OsqueryService
HostService
AppConfigService
InviteService
}