# 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.
No description provided by the author
# Variables
BuiltinListeners is the list of built-in listener types.
# Structs
Backend is the backend configuration for the server.
Config is the configuration for the vault server.
Listener is the listener configuration for the server.
No description provided by the author
Telemetry is the telemetry configuration for the server.
# Type aliases
ListenerFactory is the factory function to create a listener.