google.golang.org/grpc.dialOptions.balancerBuilder (field)
7 uses
google.golang.org/grpc (current package)
clientconn.go#L642: if cc.dopts.balancerBuilder == nil && cc.sc != nil && cc.sc.lbConfig != nil {
clientconn.go#L682: if cc.dopts.balancerBuilder != nil {
clientconn.go#L927: if cc.dopts.balancerBuilder == nil {
clientconn.go#L953: cc.curBalancerName = cc.dopts.balancerBuilder.Name()
clientconn.go#L954: cc.balancerWrapper = newCCBalancerWrapper(cc, cc.dopts.balancerBuilder, cc.balancerBuildOpts)
dialoptions.go#L60: balancerBuilder balancer.Builder
dialoptions.go#L216: o.balancerBuilder = builder
![]() |
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. |