MCPcopy
hub / github.com/AdguardTeam/dnsproxy / testUpstream

Struct testUpstream

proxy/proxy_internal_test.go:191–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191type testUpstream struct {
192 ans []dns.RR
193
194 ecsIP net.IP
195 ecsReqIP net.IP
196 ecsReqMask int
197}
198
199// type check
200var _ upstream.Upstream = (*testUpstream)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected