DefaultEtcdDbgDialer provides a default implementation of the EtcdDbgDialer interface.
| 43 | |
| 44 | // DefaultEtcdDbgDialer provides a default implementation of the EtcdDbgDialer interface. |
| 45 | type DefaultEtcdDbgDialer struct{} |
| 46 | |
| 47 | func (DefaultEtcdDbgDialer) LookupIP(ctx context.Context, hostname string) ([]net.IP, error) { |
| 48 | return net.DefaultResolver.LookupIP(ctx, "ip", hostname) |
nothing calls this directly
no outgoing calls
no test coverage detected