# Functions

GetUptime returns uptime of server.
GetVersion returns name-version-release as a string.
GetVersionJSON returns version info as JSON.
New will return a new Status struct for service given a name, version, release, debug variable, and start time.
NewHealth will get the health of the service given a server address using the provided address to hit that services' endpoints TODO use built in functions for this instead of calling endpoints.
NewServerStatus creates a new Status struct for use in a Status service.
NewVersion returns a populated Version struct.
RequestResponseBody will perform an http Get using the provided url and return the body as a []byte TODO use built in functions for this instead of calling endpoints.

# Variables

AppName is application name.
AppRelease is the application release.
AppVersion is the application version.

# Structs

Health reports the links to the health monitors.
Metadata struct for info about service-specific fields.
Status reports the characteristics of the Service.
Version struct for storing Version info.