mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
The launcher service implementation is an adapter around the TLS service. All launcher methods that have an equivalent in TLS pass the business logic to the TLS API. Closes #1565
3 lines
99 B
Go
3 lines
99 B
Go
package mock
|
|
|
|
//go:generate mockimpl -o service_osquery.go "s *TLSService" "kolide.OsqueryService"
|