google.golang.org/grpc/balancer/base.PickerBuildInfo.ReadySCs (field)
4 uses
google.golang.org/grpc/balancer/base (current package)
balancer.go#L168: b.picker = b.pickerBuilder.Build(PickerBuildInfo{ReadySCs: readySCs})
base.go#L49: ReadySCs map[balancer.SubConn]SubConnInfo
google.golang.org/grpc/balancer/roundrobin
roundrobin.go#L51: if len(info.ReadySCs) == 0 {
roundrobin.go#L55: for sc := range info.ReadySCs {
![]() |
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. |