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