package serviceconfig
import "google.golang.org/grpc/serviceconfig"
Package serviceconfig defines types and methods for operating on gRPC service configs.
This package is EXPERIMENTAL.
Index ¶
Types ¶
type Config ¶
type Config interface {
// contains filtered or unexported methods
}
Config represents an opaque data structure holding a service config.
func Parse ¶
Parse parses the JSON service config provided into an internal form or returns an error if the config is invalid.
type LoadBalancingConfig ¶
type LoadBalancingConfig interface {
// contains filtered or unexported methods
}
LoadBalancingConfig represents an opaque data structure holding a load balancer config.
Source Files ¶
serviceconfig.go
- Version
- v1.22.3
- Published
- Sep 11, 2019
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 18 seconds ago –
Tools for package owners.