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

Method GetZone

ring/ring.pb.go:207–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207func (m *InstanceDesc) GetZone() string {
208 if m != nil {
209 return m.Zone
210 }
211 return ""
212}
213
214func (m *InstanceDesc) GetRegisteredTimestamp() int64 {
215 if m != nil {

Calls

no outgoing calls