Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BuildRoute is the route used to POST docker builds from JSON BuildRoute = "/docker-build" // GitHubRoute is the route for GitHub webhooks GitHubRoute = "/docker-build/github" // HealthRoute is the route for health checks HealthRoute = "/health" // JobRoute is the route for job operations (various routes, see docs for more info) JobRoute = "/jobs" // TravisRoute is the route for TravisCI webhooks TravisRoute = "/docker-build/travis" )
View Source
const Description = `` /* 1077-byte string literal not displayed */
Description is the help text for the `serer` command
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.