# Packages
Package admin provides the admin handlers for the Vela API.
Package auth provides the auth handlers (authenticate, login, ...) for the Vela API.
Package build provides the build handlers for the Vela API.
Package dashboard provides the dashboard handlers for the Vela API.
Package deployment provides the deployment handlers for the Vela API.
Package hook provides the hook handlers for the Vela API.
Package log provides the log handlers for the Vela API.
Package pipeline provides the pipeline handlers for the Vela API.
Package queue provides the queue handlers for the Vela API.
Package repo provides the repo handlers for the Vela API.
Package schedule provides the schedule handlers for the Vela API.
Package scm provides the scm handlers for the Vela API.
Package secret provides the secret handlers for the Vela API.
Package service provides the service handlers for the Vela API.
Package step provides the step handlers for the Vela API.
No description provided by the author
Package user provides the user handlers for the Vela API.
Package webhook provides the webhook handlers for the Vela API.
Package worker provides the worker handlers for the Vela API.
# Functions
BaseMetrics returns a Prometheus handler for serving go metrics.
CustomMetrics returns custom Prometheus metrics from private functions.
GetBadge represents the API handler to return a build status badge.
GetJWKS represents the API handler for requests to public keys in the Vela OpenID service.
GetOpenIDConfig represents the API handler for requests for configurations in the Vela OpenID service.
Health represents the API handler to report the health status for Vela.
Version represents the API handler to report the version number for Vela.
# Structs
MetricsQueryParameters holds query parameter information pertaining to requested metrics.
Pagination holds basic information pertaining to paginating results.
# Type aliases
HeaderLink will hold the information needed to form a link element in the header.