# Structs
Command structure contains program/command information (command name and description).
EnvLoader loads a configuration from all the environment variables prefixed with Prefix (default: "TRAEFIK_").
FileLoader loads a configuration from a file.
Finder holds a list of file paths.
FlagLoader loads configuration from flags.
# Interfaces
ResourceLoader is a configuration resource loader.