MCPcopy
hub / github.com/baetyl/baetyl / MockEngine

Struct MockEngine

mock/engine.go:15–18  ·  view source on GitHub ↗

MockEngine is a mock of Engine interface.

Source from the content-addressed store, hash-verified

13
14// MockEngine is a mock of Engine interface.
15type MockEngine struct {
16 ctrl *gomock.Controller
17 recorder *MockEngineMockRecorder
18}
19
20// MockEngineMockRecorder is the mock recorder for MockEngine.
21type MockEngineMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected