fleet/server/kolide/service.go
Zachary Wasserman 1eccf9a874
Add warning in query UI when Redis fails (#2086)
- Add warning message when Redis fails
- Disable query button when Redis fails
- Refactor SMTP warning banner into component for reuse

Closes #2073
2019-08-13 09:42:58 -07:00

22 lines
343 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
StatusService
}