type google.golang.org/api/transport/grpc.ConnPool
19 uses
google.golang.org/api/transport/grpc (current package)
dial.go#L71: func DialPool(ctx context.Context, opts ...option.ClientOption) (ConnPool, error) {
dial.go#L307: type connPoolOption struct{ ConnPool }
dial.go#L315: func WithConnPool(p ConnPool) option.ClientOption {
pool.go#L17: type ConnPool = internal.ConnPool // NOTE(cbro): type alias to export the type. It must live in internal to avoid a circular dependency.
pool.go#L19: var _ ConnPool = &roundRobinConnPool{}
pool.go#L20: var _ ConnPool = &singleConnPool{}
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L184: connPool gtransport.ConnPool
cloud.google.com/go/container/apiv1
cluster_manager_client.go#L224: connPool gtransport.ConnPool
cloud.google.com/go/errorreporting/apiv1beta1
error_group_client.go#L87: connPool gtransport.ConnPool
error_stats_client.go#L102: connPool gtransport.ConnPool
report_errors_client.go#L62: connPool gtransport.ConnPool
cloud.google.com/go/monitoring/apiv3
alert_policy_client.go#L106: connPool gtransport.ConnPool
group_client.go#L131: connPool gtransport.ConnPool
metric_client.go#L147: connPool gtransport.ConnPool
notification_channel_client.go#L160: connPool gtransport.ConnPool
service_monitoring_client.go#L149: connPool gtransport.ConnPool
uptime_check_client.go#L119: connPool gtransport.ConnPool
cloud.google.com/go/secretmanager/apiv1
secret_manager_client.go#L105: connPool gtransport.ConnPool
cloud.google.com/go/trace/apiv2
trace_client.go#L76: connPool gtransport.ConnPool
![]() |
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. |