(ctx context.Context, service, proto, name string)
| 38 | type ipLookupResolver interface { |
| 39 | LookupIPAddr(ctx context.Context, host string) ([]net.IPAddr, error) |
| 40 | LookupSRV(ctx context.Context, service, proto, name string) (cname string, addrs []*net.SRV, err error) |
| 41 | IsNotFound(err error) bool |
| 42 | } |
| 43 |
no outgoing calls