serviceconfig

package
v0.0.0-...-d88c8b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package serviceconfig defines types and methods for operating on gRPC service configs.

This package is EXPERIMENTAL.

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

type ParseResult struct {
	Config Config
	Err    error
}

ParseResult contains a service config or an error. Exactly one must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL