(hosts map[dnsname.FQDN][]netip.Addr)
| 115 | // of the tailnet.Conn that we use to configure DNS records. |
| 116 | type DNSHostsSetter interface { |
| 117 | SetDNSHosts(hosts map[dnsname.FQDN][]netip.Addr) error |
| 118 | } |
| 119 | |
| 120 | // UpdatesHandler is anything that expects a stream of workspace update diffs. |
no outgoing calls
no test coverage detected