EXPECT returns an object that allows the caller to indicate expected use.
()
| 38 | |
| 39 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 40 | func (m *MockCache) EXPECT() *MockCacheMockRecorder { |
| 41 | return m.recorder |
| 42 | } |
| 43 | |
| 44 | // Delete mocks base method. |
| 45 | func (m *MockCache) Delete(ctx context.Context, key string) error { |
no outgoing calls