MCPcopy
hub / github.com/uber/aresdb / MemStore

Struct MemStore

memstore/mocks/MemStore.go:13–15  ·  view source on GitHub ↗

MemStore is an autogenerated mock type for the MemStore type

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected