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

Method GetTimestamp

ring/ring.pb.go:186–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184}
185
186func (m *InstanceDesc) GetTimestamp() int64 {
187 if m != nil {
188 return m.Timestamp
189 }
190 return 0
191}
192
193func (m *InstanceDesc) GetState() InstanceState {
194 if m != nil {

Calls

no outgoing calls