google.golang.org/grpc/balancer/base.baseBalancer.scStates (field)
7 uses
google.golang.org/grpc/balancer/base (current package)
balancer.go#L45: scStates: make(map[balancer.SubConn]connectivity.State),
balancer.go#L68: scStates map[balancer.SubConn]connectivity.State
balancer.go#L113: b.scStates[sc] = connectivity.Idle
balancer.go#L164: if st, ok := b.scStates[sc]; ok && st == connectivity.Ready {
balancer.go#L176: oldS, ok := b.scStates[sc]
balancer.go#L189: b.scStates[sc] = s
balancer.go#L196: delete(b.scStates, 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. |