MemStore is an autogenerated mock type for the MemStore type
| 11 | |
| 12 | // MemStore is an autogenerated mock type for the MemStore type |
| 13 | type MemStore struct { |
| 14 | mock.Mock |
| 15 | } |
| 16 | |
| 17 | // AddTableShard provides a mock function with given fields: table, shardID, needPeerCopy |
| 18 | func (_m *MemStore) AddTableShard(table string, shardID int, needPeerCopy bool) { |
nothing calls this directly
no outgoing calls
no test coverage detected