serviceconfig

package
v1.40.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2021 License: Apache-2.0 Imports: 0 Imported by: 136

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

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