type google.golang.org/api/transport/grpc.roundRobinConnPool
8 uses
google.golang.org/api/transport/grpc (current package)
dial.go#L96: pool := &roundRobinConnPool{}
pool.go#L19: var _ ConnPool = &roundRobinConnPool{}
pool.go#L30: type roundRobinConnPool struct {
pool.go#L36: func (p *roundRobinConnPool) Num() int {
pool.go#L40: func (p *roundRobinConnPool) Conn() *grpc.ClientConn {
pool.go#L45: func (p *roundRobinConnPool) Close() error {
pool.go#L58: func (p *roundRobinConnPool) Invoke(ctx context.Context, method string, args interface{}, reply interface{}, opts ...grpc.CallOption) error {
pool.go#L62: func (p *roundRobinConnPool) NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption) (grpc.ClientStream, error) {
 |
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. |