()
| 97 | var xxx_messageInfo_Desc proto.InternalMessageInfo |
| 98 | |
| 99 | func (m *Desc) GetIngesters() map[string]InstanceDesc { |
| 100 | if m != nil { |
| 101 | return m.Ingesters |
| 102 | } |
| 103 | return nil |
| 104 | } |
| 105 | |
| 106 | // InstanceDesc is the top-level type used to model per-instance information in a ring. |
| 107 | type InstanceDesc struct { |
no outgoing calls