google.golang.org/grpc/resolver.Address.Addr (field)
9 uses
google.golang.org/grpc/resolver (current package)
resolver.go#L99: Addr string
google.golang.org/grpc
clientconn.go#L1210: channelz.Infof(logger, ac.channelzID, "Subchannel picks a new address %q to connect", addr.Addr)
clientconn.go#L1460: addr := ac.curAddr.Addr
google.golang.org/grpc/balancer/grpclb
grpclb_remote_balancer.go#L80: Addr: fmt.Sprintf("%s:%d", ipStr, s.Port),
google.golang.org/grpc/internal/resolver/dns
dns_resolver.go#L118: addr := []resolver.Address{{Addr: ipAddr + ":" + port}}
dns_resolver.go#L257: newAddrs = append(newAddrs, resolver.Address{Addr: addr, ServerName: s.Target})
dns_resolver.go#L321: newAddrs = append(newAddrs, resolver.Address{Addr: addr})
google.golang.org/grpc/internal/resolver/passthrough
passthrough.go#L48: r.cc.UpdateState(resolver.State{Addresses: []resolver.Address{{Addr: r.target.Endpoint}}})
google.golang.org/grpc/internal/transport
http2_client.go#L175: conn, err := dial(connectCtx, opts.Dialer, addr.Addr)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |