# Functions
NewTestServerConfig creates a new TestServer, and makes a call to an optional callback function to modify the configuration.
No description provided by the author
No description provided by the author
# Structs
ClientConfig is used to configure the client.
Ports is used to configure the network ports we use.
ServerConfig is used to configure the nomad server.
TestServer is the main server wrapper struct.
TestServerConfig is the main server configuration struct.
# Type aliases
ServerConfigCallback is a function interface which can be passed to NewTestServerConfig to modify the server config.