package envconfig

Import Path
	google.golang.org/grpc/internal/envconfig (on go.dev)

Dependency Relation
	imports 2 packages, and imported by 2 packages

Involved Source Files Package envconfig contains grpc settings configured by environment variables.
Package-Level Variables (total 2, both are exported)
Retry is set if retry is explicitly enabled via "GRPC_GO_RETRY=on".
TXTErrIgnore is set if TXT errors should be ignored ("GRPC_GO_IGNORE_TXT_ERRORS" is not "false").
Package-Level Constants (total 3, none are exported)