# Functions
MustProcessConfig populates the specified adapter.EnvConfigConstructor based on environment variables.
# Structs
Config is the minimal set of configuration parameters source adapters should support.
# Interfaces
ConfigAccessor is a superset of adaper.EnvConfigAccessor that overrides properties about certain variables.
# Type aliases
ConfigConstructor is a callback function that returns a ConfigAccessor.