| 1492 | } |
| 1493 | |
| 1494 | type fakeDNSSetter struct { |
| 1495 | ctx context.Context |
| 1496 | t testing.TB |
| 1497 | calls chan *setDNSCall |
| 1498 | } |
| 1499 | |
| 1500 | type setDNSCall struct { |
| 1501 | hosts map[dnsname.FQDN][]netip.Addr |
nothing calls this directly
no outgoing calls
no test coverage detected