package
0.0.0-20200514003924-58d095e18321
Repository: https://github.com/cpliakas/aws-sam-golang-example.git
Documentation: pkg.go.dev

# 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.