grpcgoogle.golang.org/grpc/internal/serviceconfig Index | Files

package serviceconfig

import "google.golang.org/grpc/internal/serviceconfig"

Package serviceconfig contains utility functions to parse service config.

Index

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.

https://github.com/grpc/grpc-proto/blob/54713b1e8bc6ed2d4f25fb4dff527842150b91b2/grpc/service_config/service_config.proto#L247

func (*BalancerConfig) UnmarshalJSON

func (bc *BalancerConfig) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json unmarshaller.

Source Files

serviceconfig.go

Version
v1.31.0-dev
Published
Jun 11, 2020
Platform
linux/amd64
Imports
5 packages
Last checked
3 hours ago

Tools for package owners.