Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
type
RingMock
struct
{
11
mock.Mock
12
}
13
14
func
(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