envconfig

package
v1.21.0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package envconfig contains grpc settings configured by environment variables.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Retry is set if retry is explicitly enabled via "GRPC_GO_RETRY=on".
	Retry = strings.EqualFold(os.Getenv(retryStr), "on")
	// RequireHandshake is set based upon the GRPC_GO_REQUIRE_HANDSHAKE
	// environment variable.
	//
	// Will be removed after the 1.18 release.
	RequireHandshake = RequireHandshakeOn
)

Functions

This section is empty.

Types

type RequireHandshakeSetting added in v1.17.0

type RequireHandshakeSetting int

RequireHandshakeSetting describes the settings for handshaking.

const (
	// RequireHandshakeOn indicates to wait for handshake before considering a
	// connection ready/successful.
	RequireHandshakeOn RequireHandshakeSetting = iota
	// RequireHandshakeOff indicates to not wait for handshake before
	// considering a connection ready/successful.
	RequireHandshakeOff
)

Jump to

Keyboard shortcuts

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