MCPcopy
hub / github.com/grafana/tempo / mockMemcache

Struct mockMemcache

pkg/cache/memcached_client_test.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type mockMemcache struct {
11 sync.RWMutex
12 contents map[string][]byte
13}
14
15func newMockMemcache() *mockMemcache {
16 return &mockMemcache{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected