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

Method FromInstance

ring/client/pool.go:32–32  ·  view source on GitHub ↗
(inst ring.InstanceDesc)

Source from the content-addressed store, hash-verified

30// the description of an instance in the ring.
31type PoolFactory interface {
32 FromInstance(inst ring.InstanceDesc) (PoolClient, error)
33}
34
35// PoolInstFunc is an implementation of PoolFactory for functions that

Callers 1

GetClientForInstanceMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected