Documentation ¶
Overview ¶
Package serviceconfig contains utility functions to parse service config.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalancerConfig ¶
type BalancerConfig struct { Name string Config externalserviceconfig.LoadBalancingConfig }
BalancerConfig is the balancer config part that service config's loadBalancingConfig fields can be unmarshalled to. It's a json unmarshaller.
func (*BalancerConfig) UnmarshalJSON ¶
func (bc *BalancerConfig) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json unmarshaller.
Click to show internal directories.
Click to hide internal directories.