# Packages
Package middleware provides the ability for injecting Vela resources into the middleware chain for the API.
# Functions
AdminHandlers is a function that extends the provided base router group with the API handlers for admin functionality.
BuildHandlers is a function that extends the provided base router group with the API handlers for build functionality.
DashboardHandlers is a function that extends the provided base router group with the API handlers for dashboard functionality.
DeploymentHandlers is a function that extends the provided base router group with the API handlers for deployment functionality.
HookHandlers is a function that extends the provided base router group with the API handlers for hook functionality.
Load is a server function that returns the engine for processing web requests on the host it's running on.
LogServiceHandlers is a function that extends the provided base router group with the API handlers for service logs functionality.
LogStepHandlers is a function that extends the provided base router group with the API handlers for step logs functionality.
PipelineHandlers is a function that extends the provided base router group with the API handlers for pipeline functionality.
QueueHandlers is a function that extends the provided base router group with the API handlers for queue registration functionality.
RepoHandlers is a function that extends the provided base router group with the API handlers for repo functionality.
ScheduleHandler is a function that extends the provided base router group with the API handlers for schedule functionality.
ScmHandlers is a function that extends the provided base router group with the API handlers for source code management functionality.
SearchHandlers is a function that extends the provided base router group with the API handlers for resource search functionality.
SecretHandlers is a function that extends the provided base router group with the API handlers for secret functionality.
ServiceHandlers is a function that extends the provided base router group with the API handlers for service functionality.
StepHandlers is a function that extends the provided base router group with the API handlers for step functionality.
UserHandlers is a function that extends the provided base router group with the API handlers for user functionality.
WorkerHandlers is a function that extends the provided base router group with the API handlers for worker functionality.