func google.golang.org/grpc/balancer/base.NewErrPicker
6 uses
google.golang.org/grpc/balancer/base (current package)
balancer.go#L52: bal.picker = NewErrPicker(balancer.ErrNoSubConnAvailable)
balancer.go#L157: b.picker = NewErrPicker(b.mergeErrors())
balancer.go#L222: func NewErrPicker(err error) balancer.Picker {
balancer.go#L229: var NewErrPickerV2 = NewErrPicker
google.golang.org/grpc/balancer/roundrobin
roundrobin.go#L52: return base.NewErrPicker(balancer.ErrNoSubConnAvailable)
google.golang.org/grpc
clientconn.go#L633: cc.blockingpicker.updatePicker(base.NewErrPicker(err))
![]() |
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. |