package
1.72.0-dev
Repository: https://github.com/grpc/grpc-go.git
Documentation: pkg.go.dev

# Packages

Package converter provides converters to convert proto load balancing configuration, defined by the xDS API spec, to JSON load balancing configuration.

# Functions

ConvertToServiceConfig converts a proto Load Balancing Policy configuration into a json string.
Register registers the converter to the map keyed on a proto type.
SetRegistry sets the xDS LB registry.

# Type aliases

Converter converts raw proto bytes into the internal Go JSON representation of the proto passed.