MockEngine is a mock of Engine interface.
| 20 | |
| 21 | // MockEngine is a mock of Engine interface. |
| 22 | type MockEngine struct { |
| 23 | ctrl *gomock.Controller |
| 24 | recorder *MockEngineMockRecorder |
| 25 | isgomock struct{} |
| 26 | } |
| 27 | |
| 28 | // MockEngineMockRecorder is the mock recorder for MockEngine. |
| 29 | type MockEngineMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected