google.golang.org/grpc/balancer.PickResult.SubConn (field)
7 uses
google.golang.org/grpc/balancer (current package)
balancer.go#L246: SubConn SubConn
google.golang.org/grpc/balancer/grpclb
grpclb_picker.go#L133: return balancer.PickResult{SubConn: sc}, nil
grpclb_picker.go#L193: return balancer.PickResult{SubConn: sc, Done: done}, nil
google.golang.org/grpc/balancer/roundrobin
roundrobin.go#L82: return balancer.PickResult{SubConn: sc}, nil
google.golang.org/grpc
picker_wrapper.go#L145: acw, ok := pickResult.SubConn.(*acBalancerWrapper)
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}}})
![]() |
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. |