type google.golang.org/grpc/balancer.Picker
9 uses
google.golang.org/grpc/balancer (current package)
balancer.go#L129: Picker Picker
balancer.go#L267: type Picker interface {
google.golang.org/grpc/balancer/base
balancer.go#L69: picker balancer.Picker
balancer.go#L222: func NewErrPicker(err error) balancer.Picker {
base.go#L41: Build(info PickerBuildInfo) balancer.Picker
google.golang.org/grpc/balancer/grpclb
grpclb.go#L214: picker balancer.Picker
google.golang.org/grpc/balancer/roundrobin
roundrobin.go#L49: func (*rrPickerBuilder) Build(info base.PickerBuildInfo) balancer.Picker {
google.golang.org/grpc
picker_wrapper.go#L39: picker balancer.Picker
picker_wrapper.go#L47: func (pw *pickerWrapper) updatePicker(p 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. |