type google.golang.org/grpc.picker
8 uses
google.golang.org/grpc (current package)
pickfirst.go#L57: Picker: &picker{err: fmt.Errorf("name resolver error: %v", err)},
pickfirst.go#L79: Picker: &picker{err: fmt.Errorf("error creating connection: %v", err)},
pickfirst.go#L84: b.cc.UpdateState(balancer.State{ConnectivityState: connectivity.Idle, Picker: &picker{result: balancer.PickResult{SubConn: b.sc}}})
pickfirst.go#L111: b.cc.UpdateState(balancer.State{ConnectivityState: s.ConnectivityState, Picker: &picker{result: balancer.PickResult{SubConn: sc}}})
pickfirst.go#L113: b.cc.UpdateState(balancer.State{ConnectivityState: s.ConnectivityState, Picker: &picker{err: balancer.ErrNoSubConnAvailable}})
pickfirst.go#L117: Picker: &picker{err: s.ConnectionError},
pickfirst.go#L125: type picker struct {
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. |