const google.golang.org/grpc/connectivity.Ready
20 uses
google.golang.org/grpc/connectivity (current package)
connectivity.go#L42: case Ready:
connectivity.go#L60: Ready
google.golang.org/grpc
clientconn.go#L319: if s == connectivity.Ready {
clientconn.go#L1244: if ac.state == connectivity.Ready {
clientconn.go#L1259: if ac.state == connectivity.Ready {
clientconn.go#L1321: ac.updateConnectivityState(connectivity.Ready, nil)
clientconn.go#L1391: if ac.state == connectivity.Ready && ac.transport != nil {
pickfirst.go#L110: case connectivity.Ready, connectivity.Idle:
google.golang.org/grpc/balancer
balancer.go#L359: case connectivity.Ready:
balancer.go#L368: return connectivity.Ready
google.golang.org/grpc/balancer/base
balancer.go#L164: if st, ok := b.scStates[sc]; ok && st == connectivity.Ready {
balancer.go#L208: if (s == connectivity.Ready) != (oldS == connectivity.Ready) ||
google.golang.org/grpc/balancer/grpclb
grpclb.go#L251: if st, ok := lb.scStates[sc]; ok && st == connectivity.Ready {
grpclb.go#L299: case connectivity.Ready:
grpclb.go#L300: return connectivity.Ready
grpclb.go#L339: lb.updateStateAndPicker((oldS == connectivity.Ready) != (s == connectivity.Ready), false)
grpclb.go#L343: if lb.state != connectivity.Ready {
grpclb_remote_balancer.go#L389: if !ccw.lb.inFallback && ccw.lb.state != connectivity.Ready {
![]() |
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. |