MCPcopy Create free account
hub / github.com/cortexproject/cortex / mockRulerClientsPool

Struct mockRulerClientsPool

pkg/ruler/ruler_test.go:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278type mockRulerClientsPool struct {
279 ClientsPool
280 cfg Config
281 rulerAddrMap map[string]*Ruler
282 numberOfCalls atomic.Int32
283}
284
285type mockRulerClient struct {
286 ruler *Ruler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected