mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
5ad562a952
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
4 lines
99 B
Go
4 lines
99 B
Go
package mock
|
|
|
|
//go:generate mockimpl -o service_osquery.go "s *TLSService" "kolide.OsqueryService"
|