google.golang.org/grpc/balancer/base.baseBalancer.picker (field)
6 uses
google.golang.org/grpc/balancer/base (current package)
balancer.go#L52: bal.picker = NewErrPicker(balancer.ErrNoSubConnAvailable)
balancer.go#L69: picker balancer.Picker
balancer.go#L90: Picker: b.picker,
balancer.go#L157: b.picker = NewErrPicker(b.mergeErrors())
balancer.go#L168: b.picker = b.pickerBuilder.Build(PickerBuildInfo{ReadySCs: readySCs})
balancer.go#L213: b.cc.UpdateState(balancer.State{ConnectivityState: b.state, Picker: b.picker})
![]() |
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. |