Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ dnsProviderMock
Struct
dnsProviderMock
ring/bench/ring_memberlist_test.go:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
)
19
20
type
dnsProviderMock
struct
{
21
resolved []string
22
}
23
24
func
(p *dnsProviderMock) Resolve(_ context.Context, addrs []string) error {
25
p.resolved = addrs
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected