package serviceconfig
Import Path
google.golang.org/grpc/serviceconfig (on go.dev)
Dependency Relation
imports 0 packages, and imported by 10 packages
Involved Source Files
Package serviceconfig defines types and methods for operating on gRPC
service configs.
# Experimental
Notice: This package is EXPERIMENTAL and may be changed or removed in a
later release.
Package-Level Type Names (total 3)
Config represents an opaque data structure holding a service config.
google.golang.org/grpc.ServiceConfig
LoadBalancingConfig represents an opaque data structure holding a load
balancing config.
func google.golang.org/grpc/balancer.ConfigParser.ParseConfig(LoadBalancingConfigJSON json.RawMessage) (LoadBalancingConfig, error)
func google.golang.org/grpc/internal/balancer/gracefulswitch.ParseConfig(cfg json.RawMessage) (LoadBalancingConfig, error)
func google.golang.org/grpc/internal/balancer/gracefulswitch.ChildName(l LoadBalancingConfig) string
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
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |