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

Struct ringInstance

ring/ownership_priority_queue.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type ringInstance struct {
15 instanceID int
16}
17
18func (ri ringInstance) key() int {
19 return ri.instanceID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected