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

Struct RingMock

pkg/ring/mock.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type RingMock struct {
11 mock.Mock
12}
13
14func (r *RingMock) GetInstanceIdByAddr(addr string) (string, error) {
15 return "", nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected