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