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

Struct staticDNSProviderMock

kv/memberlist/memberlist_client_test.go:2074–2076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2072}
2073
2074type staticDNSProviderMock struct {
2075 resolved []string
2076}
2077
2078func (p *staticDNSProviderMock) Resolve(_ context.Context, addrs []string) error {
2079 p.resolved = addrs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected