mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
This required a bit of refactoring of some mocking due to how the code generation does not handle having the same function in different types.
3 lines
114 B
Go
3 lines
114 B
Go
package mock
|
|
|
|
//go:generate mockimpl -o datastore_query_results.go "s *QueryResultStore" "fleet.QueryResultStore"
|