google.golang.org/grpc/balancer/base.baseBalancer.state (field)
8 uses
google.golang.org/grpc/balancer/base (current package)
balancer.go#L65: state connectivity.State
balancer.go#L79: b.state = connectivity.TransientFailure
balancer.go#L82: if b.state != connectivity.TransientFailure {
balancer.go#L89: ConnectivityState: b.state,
balancer.go#L156: if b.state == connectivity.TransientFailure {
balancer.go#L202: b.state = b.csEvltr.RecordTransition(oldS, s)
balancer.go#L209: b.state == connectivity.TransientFailure {
balancer.go#L213: b.cc.UpdateState(balancer.State{ConnectivityState: b.state, Picker: b.picker})
![]() |
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. |