()
| 99 | var xxx_messageInfo_Desc proto.InternalMessageInfo |
| 100 | |
| 101 | func (m *Desc) GetIngesters() map[string]InstanceDesc { |
| 102 | if m != nil { |
| 103 | return m.Ingesters |
| 104 | } |
| 105 | return nil |
| 106 | } |
| 107 | |
| 108 | type InstanceDesc struct { |
| 109 | Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"` |
no outgoing calls