MockEngine is a mock of Engine interface.
| 13 | |
| 14 | // MockEngine is a mock of Engine interface. |
| 15 | type MockEngine struct { |
| 16 | ctrl *gomock.Controller |
| 17 | recorder *MockEngineMockRecorder |
| 18 | } |
| 19 | |
| 20 | // MockEngineMockRecorder is the mock recorder for MockEngine. |
| 21 | type MockEngineMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected