type google.golang.org/api/transport/grpc.singleConnPool
5 uses
google.golang.org/api/transport/grpc (current package)
dial.go#L93: return &singleConnPool{conn}, nil
pool.go#L20: var _ ConnPool = &singleConnPool{}
pool.go#L23: type singleConnPool struct {
pool.go#L27: func (p *singleConnPool) Conn() *grpc.ClientConn { return p.ClientConn }
pool.go#L28: func (p *singleConnPool) Num() int { return 1 }
![]() |
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. |