google.golang.org/grpc/serviceconfig.ParseResult.Config (field)
9 uses
google.golang.org/grpc/serviceconfig (current package)
serviceconfig.go#L39: Config Config
google.golang.org/grpc
clientconn.go#L190: cc.dopts.defaultServiceConfig, _ = scpr.Config.(*ServiceConfig)
clientconn.go#L575: emptyServiceConfig = cfg.Config.(*ServiceConfig)
clientconn.go#L622: if sc, ok := s.ServiceConfig.Config.(*ServiceConfig); s.ServiceConfig.Err == nil && ok {
clientconn.go#L631: err = status.Errorf(codes.Unavailable, "illegal service config type: %T", s.ServiceConfig.Config)
resolver_conn_wrapper.go#L205: oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
resolver_conn_wrapper.go#L208: newSC, newOK = s.ServiceConfig.Config.(*ServiceConfig)
service_config.go#L298: return &serviceconfig.ParseResult{Config: &sc}
service_config.go#L359: return &serviceconfig.ParseResult{Config: &sc}
![]() |
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. |