google.golang.org/grpc.ServiceConfig.lbConfig (field)
6 uses
google.golang.org/grpc (current package)
clientconn.go#L642: if cc.dopts.balancerBuilder == nil && cc.sc != nil && cc.sc.lbConfig != nil {
clientconn.go#L643: balCfg = cc.sc.lbConfig.cfg
clientconn.go#L931: if cc.sc != nil && cc.sc.lbConfig != nil {
clientconn.go#L932: newBalancerName = cc.sc.lbConfig.name
service_config.go#L90: lbConfig *lbConfig
service_config.go#L291: sc.lbConfig = &lbConfig{
![]() |
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. |