package serviceconfig
import "google.golang.org/grpc/serviceconfig"
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.
Index ¶
Types ¶
type Config ¶
type Config interface {
// contains filtered or unexported methods
}
Config represents an opaque data structure holding a service config.
type LoadBalancingConfig ¶
type LoadBalancingConfig interface {
// contains filtered or unexported methods
}
LoadBalancingConfig represents an opaque data structure holding a load balancing config.
type ParseResult ¶
ParseResult contains a service config or an error. Exactly one must be non-nil.
Source Files ¶
serviceconfig.go
- Version
- v1.70.0 (latest)
- Published
- Jan 23, 2025
- Platform
- linux/amd64
- Last checked
- 16 hours ago –
Tools for package owners.