# Functions
Load loads config into the given config value.
WithEnvPrefix instructs the loader to load config from env vars with the given prefix.
WithLookuper instructs the loader to use the giver lookuper to find config values.
WithYAML instructs the loader to load config from the given yaml bytes.
# Interfaces
Validatable is the interface to validate a config.
# Type aliases
Option is the config loading option type.