MockRouterServiceIface is a mock of RouterServiceIface interface.
| 36 | |
| 37 | // MockRouterServiceIface is a mock of RouterServiceIface interface. |
| 38 | type MockRouterServiceIface struct { |
| 39 | ctrl *gomock.Controller |
| 40 | recorder *MockRouterServiceIfaceMockRecorder |
| 41 | isgomock struct{} |
| 42 | } |
| 43 | |
| 44 | // MockRouterServiceIfaceMockRecorder is the mock recorder for MockRouterServiceIface. |
| 45 | type MockRouterServiceIfaceMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected