Desc is the top-level type used to model a ring, containing information for individual instances.
| 61 | |
| 62 | // Desc is the top-level type used to model a ring, containing information for individual instances. |
| 63 | type 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 | |
| 67 | func (m *Desc) Reset() { *m = Desc{} } |
| 68 | func (*Desc) ProtoMessage() {} |
nothing calls this directly
no outgoing calls
no test coverage detected