# Packages
No description provided by the author
# 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
No description provided by the author
# Variables
BuiltinListeners is the list of built-in listener types.
# Structs
Config is the configuration for the vault server.
Listener is the listener configuration for the server.
Seal contains Seal configuration for the server.
Storage is the underlying storage configuration for the server.
TCPKeepAliveListener sets TCP keep-alive timeouts on accepted connections.
Telemetry is the telemetry configuration for the server.
# Type aliases
ListenerFactory is the factory function to create a listener.