var google.golang.org/grpc/balancer.ErrBadResolverState
9 uses
google.golang.org/grpc/balancer (current package)
balancer.go#L335: var ErrBadResolverState = errors.New("bad resolver state")
google.golang.org/grpc/balancer/base
balancer.go#L132: return balancer.ErrBadResolverState
google.golang.org/grpc/balancer/grpclb
grpclb.go#L435: return balancer.ErrBadResolverState
google.golang.org/grpc
clientconn.go#L613: return balancer.ErrBadResolverState
clientconn.go#L625: ret = balancer.ErrBadResolverState
pickfirst.go#L68: return balancer.ErrBadResolverState
pickfirst.go#L81: return balancer.ErrBadResolverState
resolver_conn_wrapper.go#L101: if err != balancer.ErrBadResolverState {
resolver_conn_wrapper.go#L186: ccr.poll(balancer.ErrBadResolverState)
![]() |
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. |