type google.golang.org/grpc/balancer.PickInfo
10 uses
google.golang.org/grpc/balancer (current package)
balancer.go#L201: type PickInfo struct {
balancer.go#L287: Pick(info PickInfo) (PickResult, error)
google.golang.org/grpc/balancer/base
balancer.go#L235: func (p *errPicker) Pick(info balancer.PickInfo) (balancer.PickResult, error) {
google.golang.org/grpc/balancer/grpclb
grpclb_picker.go#L106: func (p *errPicker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
grpclb_picker.go#L128: func (p *rrPicker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
grpclb_picker.go#L164: func (p *lbPicker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
google.golang.org/grpc/balancer/roundrobin
roundrobin.go#L77: func (p *rrPicker) Pick(balancer.PickInfo) (balancer.PickResult, error) {
google.golang.org/grpc
clientconn.go#L898: t, done, err := cc.blockingpicker.pick(ctx, failfast, balancer.PickInfo{
picker_wrapper.go#L84: func (pw *pickerWrapper) pick(ctx context.Context, failfast bool, info balancer.PickInfo) (transport.ClientTransport, func(balancer.DoneInfo), error) {
pickfirst.go#L130: func (p *picker) Pick(info balancer.PickInfo) (balancer.PickResult, error) {
 |
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. |