# Functions
JobHandlerFunc returns a http.HandlerFunc for the /job endpoint.
RegisterRoutes registers the API's routes.
RootHandler is a http.HandlerFunc for the / endpoint.
# Constants
ContentType contains the Content-Type header sent on all responses.
# Variables
JobMessage is the message sent in JobResponse responses.
WelcomeMessageResponse is the response returned by the / endpoint.
# Structs
JobHandler implements http.Handler for the /job endpoint.
JobResponse models the respose returned by the /job endpoint.
MessageResponse models a simple message responses.