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

Struct Desc

ring/ring.pb.go:63–65  ·  view source on GitHub ↗

Desc is the top-level type used to model a ring, containing information for individual instances.

Source from the content-addressed store, hash-verified

61
62// Desc is the top-level type used to model a ring, containing information for individual instances.
63type Desc struct {
64 Ingesters map[string]InstanceDesc `protobuf:"bytes,1,rep,name=ingesters,proto3" json:"ingesters" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
65}
66
67func (m *Desc) Reset() { *m = Desc{} }
68func (*Desc) ProtoMessage() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected