MCPcopy
hub / github.com/grafana/dskit / KeyValueStore

Struct KeyValueStore

kv/memberlist/kv.pb.go:30–32  ·  view source on GitHub ↗

please upgrade the proto package KV Store is just a series of key-value pairs.

Source from the content-addressed store, hash-verified

28
29// KV Store is just a series of key-value pairs.
30type KeyValueStore struct {
31 Pairs []*KeyValuePair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs,omitempty"`
32}
33
34func (m *KeyValueStore) Reset() { *m = KeyValueStore{} }
35func (*KeyValueStore) ProtoMessage() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected