type google.golang.org/grpc/balancer/base.PickerBuildInfo
4 uses
google.golang.org/grpc/balancer/base (current package)
balancer.go#L168: b.picker = b.pickerBuilder.Build(PickerBuildInfo{ReadySCs: readySCs})
base.go#L41: Build(info PickerBuildInfo) balancer.Picker
base.go#L46: type PickerBuildInfo struct {
google.golang.org/grpc/balancer/roundrobin
roundrobin.go#L49: func (*rrPickerBuilder) Build(info base.PickerBuildInfo) balancer.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. |