google.golang.org/grpc.ClientConn.Close (method)
7 uses
google.golang.org/grpc (current package)
clientconn.go#L145: cc.Close()
clientconn.go#L988: func (cc *ClientConn) Close() error {
google.golang.org/grpc/balancer/grpclb
grpclb_remote_balancer.go#L264: ccw.cc.Close()
google.golang.org/api/transport/grpc
pool.go#L48: if err := conn.Close(); err != nil {
cloud.google.com/go/logging/apiv2
config_client.go#L132: return c.conn.Close()
logging_client.go#L122: return c.conn.Close()
metrics_client.go#L121: return c.conn.Close()
![]() |
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. |