# Functions
NewTestVaultServer creates and returns a TestVaultServer.
WithDockerNetwork sets the option to create docker network when creating a Vault test server.
WithTestVaultTLS sets the Vault TLS option.
# Constants
TestClientTLS configures the Vault test server listener to require a client certificate for mTLS and includes all of the settings from TestServerTLS.
no TLS.
TestServerTLS configures the Vault test server listener to use TLS.
# Structs
TestVaultServer is a vault server running in a docker container suitable for testing.
# Type aliases
TestOption - how Options are passed as arguments.
TestVaultTLS represents the TLS configuration level of a TestVaultServer.