google.golang.org/grpc.ClientConn.curBalancerName (field)
5 uses
google.golang.org/grpc (current package)
clientconn.go#L496: curBalancerName string
clientconn.go#L646: cbn := cc.curBalancerName
clientconn.go#L677: if strings.EqualFold(cc.curBalancerName, name) {
clientconn.go#L699: cc.curBalancerName = builder.Name()
clientconn.go#L953: cc.curBalancerName = cc.dopts.balancerBuilder.Name()
![]() |
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. |