func google.golang.org/grpc.parseServiceConfig
6 uses
google.golang.org/grpc (current package)
clientconn.go#L186: scpr := parseServiceConfig(*cc.dopts.defaultServiceConfigRawJSON)
clientconn.go#L571: cfg := parseServiceConfig("{}")
resolver_conn_wrapper.go#L183: scpr := parseServiceConfig(sc)
resolver_conn_wrapper.go#L197: return parseServiceConfig(scJSON)
service_config.go#L271: internal.ParseServiceConfigForTesting = parseServiceConfig
service_config.go#L273: func parseServiceConfig(js string) *serviceconfig.ParseResult {
![]() |
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. |