google.golang.org/grpc.ClientConn.updateResolverState (method)
5 uses
google.golang.org/grpc (current package)
clientconn.go#L590: func (cc *ClientConn) updateResolverState(s resolver.State, err error) 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#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. |