mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
26b1e70ac3
Add GET and PATCH endpoints for /kolide/config to get/update current app configuration
13 lines
174 B
Go
13 lines
174 B
Go
package kolide
|
|
|
|
// service a interface stub
|
|
type Service interface {
|
|
UserService
|
|
SessionService
|
|
PackService
|
|
QueryService
|
|
OsqueryService
|
|
HostService
|
|
AppConfigService
|
|
}
|