Documentation ¶
Overview ¶
Package envconfig contains grpc settings configured by environment variables.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Retry is enabled unless explicitly disabled via "GRPC_GO_RETRY=off" or // if XDS retry support is explicitly disabled. Retry = !strings.EqualFold(os.Getenv(retryStr), "off") && xdsenv.RetrySupport // TXTErrIgnore is set if TXT errors should be ignored ("GRPC_GO_IGNORE_TXT_ERRORS" is not "false"). TXTErrIgnore = !strings.EqualFold(os.Getenv(txtErrIgnoreStr), "false") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.