MCPcopy
hub / github.com/grpc/grpc-go / ParseServiceConfig

Method ParseServiceConfig

resolver/resolver.go:256–256  ·  view source on GitHub ↗

ParseServiceConfig parses the provided service config and returns an object that provides the parsed config.

(serviceConfigJSON string)

Source from the content-addressed store, hash-verified

254 // ParseServiceConfig parses the provided service config and returns an
255 // object that provides the parsed config.
256 ParseServiceConfig(serviceConfigJSON string) *serviceconfig.ParseResult
257}
258
259// Target represents a target for gRPC, as specified in:

Calls

no outgoing calls