func google.golang.org/api/transport.DialGRPC
4 uses
google.golang.org/api/transport (current package)
dial.go#L27: func DialGRPC(ctx context.Context, opts ...option.ClientOption) (*grpc.ClientConn, error) {
cloud.google.com/go/logging/apiv2
config_client.go#L110: conn, err := transport.DialGRPC(ctx, append(defaultConfigClientOptions(), opts...)...)
logging_client.go#L100: conn, err := transport.DialGRPC(ctx, append(defaultClientOptions(), opts...)...)
metrics_client.go#L99: conn, err := transport.DialGRPC(ctx, append(defaultMetricsClientOptions(), opts...)...)
 |
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. |