MCPcopy Create free account
hub / github.com/cortexproject/cortex / prefixedKVClient

Struct prefixedKVClient

pkg/ring/kv/prefix.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type prefixedKVClient struct {
11 prefix string
12 client Client
13}
14
15// PrefixClient takes a KVClient and forces a prefix on all its operations.
16func PrefixClient(client Client, prefix string) Client {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected