func google.golang.org/grpc.DialContext
4 uses
google.golang.org/grpc (current package)
clientconn.go#L104: return DialContext(context.Background(), target, opts...)
clientconn.go#L123: func DialContext(ctx context.Context, target string, opts ...DialOption) (conn *ClientConn, err error) {
google.golang.org/grpc/balancer/grpclb
grpclb_remote_balancer.go#L245: cc, err := grpc.DialContext(context.Background(), lb.manualResolver.Scheme()+":///grpclb.subClientConn", dopts...)
google.golang.org/api/transport/grpc
dial.go#L187: return grpc.DialContext(ctx, o.Endpoint, grpcOpts...)
 |
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. |