package
1.1.0
Repository: https://github.com/plaid/go-envvar.git
Documentation: pkg.go.dev

# Functions

Parse parses environment variables into v, which must be a pointer to a struct.
ParseWithConfig allows the call to Parse() with custom configurations.

# Structs

Config is used to control the parsing behavior of the go-envvar package.
ErrorList is list of independent errors raised by Parse.
InvalidArgumentError is raised when an invalid argument passed.
InvalidFieldError is returned by Parse whenever a given struct field is unsupported.
InvalidVariableError is returned when a given env var cannot be parsed to a given struct field.
UnsetVariableError is returned by Parse whenever a required environment variable is not set.

# Type aliases

GetenvFn is a custom function to retrieve envvars.