Lock provides a mock function with given fields:
()
| 213 | |
| 214 | // Lock provides a mock function with given fields: |
| 215 | func (_m *MemStore) Lock() { |
| 216 | _m.Called() |
| 217 | } |
| 218 | |
| 219 | // Purge provides a mock function with given fields: table, shardID, batchIDStart, batchIDEnd, reporter |
| 220 | func (_m *MemStore) Purge(table string, shardID int, batchIDStart int, batchIDEnd int, reporter memstore.PurgeJobDetailReporter) error { |
no outgoing calls