package
0.26.1
Repository: https://github.com/go-vela/worker.git
Documentation: pkg.go.dev

# Packages

Package middleware provides the ability for injecting Vela resources into the middleware chain for the API.

# Functions

BuildHandlers extends the provided base router group by adding a collection of endpoints for handling build related requests.
ExecutorHandlers extends the provided base router group by adding a collection of endpoints for handling executor related requests.
Load creates the gin.Engine with the provided options (middleware functions) for processing web and API requests for the worker.
PipelineHandlers extends the provided base router group by adding a collection of endpoints for handling pipeline related requests.
RepoHandlers extends the provided base router group by adding a collection of endpoints for handling repo related requests.