# Functions
Get gets the requested job as JSON.
GetAll gets all of the jobs as JSON.
Logger sets the (global) logger for the server package.
NewJob creates a new job from the config as well as a job spec.
NewSpec creates a new job spec from raw json data
*/.
TailN is the handler function for the job log tailing route.
# Variables
TestMode monkeys with certain things for tests so bad things don't happen.
# Type aliases
ByCreatedDescending is a type for sorting an array of jobs by created date, descending.