google.golang.org/grpc.ccResolverWrapper.poll (method)
6 uses
google.golang.org/grpc (current package)
resolver_conn_wrapper.go#L98: func (ccr *ccResolverWrapper) poll(err error) {
resolver_conn_wrapper.go#L148: ccr.poll(ccr.cc.updateResolverState(ccr.curState, nil))
resolver_conn_wrapper.go#L156: ccr.poll(ccr.cc.updateResolverState(resolver.State{}, err))
resolver_conn_wrapper.go#L169: ccr.poll(ccr.cc.updateResolverState(ccr.curState, nil))
resolver_conn_wrapper.go#L186: ccr.poll(balancer.ErrBadResolverState)
resolver_conn_wrapper.go#L193: ccr.poll(ccr.cc.updateResolverState(ccr.curState, nil))
![]() |
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. |