net.Resolver.Dial (field)
5 uses
net (current package)
conf.go#L209: if r == nil || r.Dial == nil {
lookup.go#L160: Dial func(ctx context.Context, network, address string) (Conn, error)
lookup.go#L689: if r != nil && r.Dial != nil {
lookup.go#L690: c, err = r.Dial(ctx, network, server)
google.golang.org/grpc/internal/resolver/dns
dns_resolver.go#L106: Dial: customAuthorityDialler(authorityWithPort),
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)