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