fleet/server/mock/service.go
Victor Vrantchan 5ad562a952 refactor gRPC endpoints with launcher packages in mind (#1582)
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
2017-10-24 19:55:32 -04:00

4 lines
99 B
Go

package mock
//go:generate mockimpl -o service_osquery.go "s *TLSService" "kolide.OsqueryService"