package
0.1.1
Repository: https://github.com/jefferai/vault.git
Documentation: pkg.go.dev

# 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.

# 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.

# Type aliases

ListenerFactory is the factory function to create a listener.