MCPcopy Index your code
hub / github.com/coder/coder / fakeDNSSetter

Struct fakeDNSSetter

tailnet/controllers_test.go:1494–1498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492}
1493
1494type fakeDNSSetter struct {
1495 ctx context.Context
1496 t testing.TB
1497 calls chan *setDNSCall
1498}
1499
1500type setDNSCall struct {
1501 hosts map[dnsname.FQDN][]netip.Addr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected