MCPcopy Create free account
hub / github.com/brimdata/super / MockEngine

Struct MockEngine

pkg/storage/mock/mock_engine.go:22–26  ·  view source on GitHub ↗

MockEngine is a mock of Engine interface.

Source from the content-addressed store, hash-verified

20
21// MockEngine is a mock of Engine interface.
22type MockEngine struct {
23 ctrl *gomock.Controller
24 recorder *MockEngineMockRecorder
25 isgomock struct{}
26}
27
28// MockEngineMockRecorder is the mock recorder for MockEngine.
29type MockEngineMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected