MockStoreMockRecorder is the mock recorder for MockStore.
| 31 | |
| 32 | // MockStoreMockRecorder is the mock recorder for MockStore. |
| 33 | type MockStoreMockRecorder struct { |
| 34 | mock *MockStore |
| 35 | } |
| 36 | |
| 37 | // NewMockStore creates a new mock instance. |
| 38 | func NewMockStore(ctrl *gomock.Controller) *MockStore { |
nothing calls this directly
no outgoing calls
no test coverage detected