Documentation ¶
Overview ¶
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 ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 ¶ added in v1.25.0
ParseResult contains a service config or an error. Exactly one must be non-nil.
Click to show internal directories.
Click to hide internal directories.