type google.golang.org/grpc/balancer.SubConnState
6 uses
google.golang.org/grpc/balancer (current package)
balancer.go#L309: UpdateSubConnState(SubConn, SubConnState)
balancer.go#L316: type SubConnState struct {
google.golang.org/grpc/balancer/base
balancer.go#L171: func (b *baseBalancer) UpdateSubConnState(sc balancer.SubConn, state balancer.SubConnState) {
google.golang.org/grpc/balancer/grpclb
grpclb.go#L312: func (lb *lbBalancer) UpdateSubConnState(sc balancer.SubConn, scs balancer.SubConnState) {
google.golang.org/grpc
balancer_conn_wrappers.go#L77: ccb.balancer.UpdateSubConnState(su.sc, balancer.SubConnState{ConnectivityState: su.state, ConnectionError: su.err})
pickfirst.go#L93: func (b *pickfirstBalancer) UpdateSubConnState(sc balancer.SubConn, s balancer.SubConnState) {
![]() |
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. |