google.golang.org/grpc.ccResolverWrapper.curState (field)
13 uses
google.golang.org/grpc (current package)
resolver_conn_wrapper.go#L42: curState resolver.State
resolver_conn_wrapper.go#L147: ccr.curState = s
resolver_conn_wrapper.go#L148: ccr.poll(ccr.cc.updateResolverState(ccr.curState, nil))
resolver_conn_wrapper.go#L166: ccr.addChannelzTraceEvent(resolver.State{Addresses: addrs, ServiceConfig: ccr.curState.ServiceConfig})
resolver_conn_wrapper.go#L168: ccr.curState.Addresses = addrs
resolver_conn_wrapper.go#L169: ccr.poll(ccr.cc.updateResolverState(ccr.curState, nil))
resolver_conn_wrapper.go#L190: ccr.addChannelzTraceEvent(resolver.State{Addresses: ccr.curState.Addresses, ServiceConfig: scpr})
resolver_conn_wrapper.go#L192: ccr.curState.ServiceConfig = scpr
resolver_conn_wrapper.go#L193: ccr.poll(ccr.cc.updateResolverState(ccr.curState, nil))
resolver_conn_wrapper.go#L204: if ccr.curState.ServiceConfig != nil {
resolver_conn_wrapper.go#L205: oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
resolver_conn_wrapper.go#L213: if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
resolver_conn_wrapper.go#L215: } else if len(ccr.curState.Addresses) == 0 && len(s.Addresses) > 0 {
![]() |
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. |