package serviceconfig
Import Path
google.golang.org/grpc/serviceconfig (on go.dev)
Dependency Relation
imports 0 packages, and imported by 7 packages
Involved Source Files
Package serviceconfig defines types and methods for operating on gRPC
service configs.
This package is EXPERIMENTAL.
Package-Level Type Names (total 3, all are exported)
Config represents an opaque data structure holding a service config.
( T) isServiceConfig()
google.golang.org/grpc.ServiceConfig
func google.golang.org/grpc.equalServiceConfig(a, b Config) bool
LoadBalancingConfig represents an opaque data structure holding a load
balancing config.
( T) isLoadBalancingConfig()
google.golang.org/grpc/balancer/grpclb.grpclbServiceConfig
func google.golang.org/grpc/balancer.ConfigParser.ParseConfig(LoadBalancingConfigJSON json.RawMessage) (LoadBalancingConfig, error)
ParseResult contains a service config or an error. Exactly one must be
non-nil.
Config Config
Err error
func google.golang.org/grpc/resolver.ClientConn.ParseServiceConfig(serviceConfigJSON string) *ParseResult
func google.golang.org/grpc.parseServiceConfig(js string) *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. |