# Functions
DevConfig is a Config that is used for dev mode of Vault.
LoadConfig loads the configuration at the given path, regardless if its a file or directory.
LoadConfigDir loads all the configurations in the given directory in alphabetical order.
LoadConfigFile loads the configuration from the given file.
NewListener creates a new listener of the given type with the given configuration.
# Variables
BuiltinListeners is the list of built-in listener types.
# Type aliases
ListenerFactory is the factory function to create a listener.