ParseServiceConfig parses the provided service config and returns an object that provides the parsed config.
(serviceConfigJSON string)
| 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: |
no outgoing calls