# Functions

New is a factory function that returns a new server instance.
NewDeployRequest is a factory function that returns a DeployRequest instance.
NewDeployService is a factory function that returns a new deployment service instance.
NewRedisClient is a factory method that returns a new redis connection.
NewStatus is a factory function that returns a new instance of Status.
PrintUsageAndExit is used to print out command line options.
PrintVersionAndExit prints the version of the server then exits.

# Constants

Server configuration file location.
Server configuration file name (YML).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
sec.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Error messages.
No description provided by the author
Connections.
No description provided by the author

# Structs

DeployRequest is a struct used to demarshal requests for a deploy and also to process.
Middleware is used to perform filtering work on the request before the main controllers are called.
Options represents parameters that are passed to the application for launching the server.
Server is the main structure that represents a server instance.
Status contains runtime statistics.