# Packages
Package constants provides the defined constant types for Vela.
Package database provides the defined database types for Vela.
nolint:dupl // ignore false positive with build_queue.go.
Package pipeline provides the defined pipeline types for Vela.
Package raw provides the defined raw types for Vela.
Package version provides the defined version types for Vela.
Package yaml provides the defined yaml types for Vela.
# Functions
ToItem creates a queue item from a build, repo and user.
# Constants
ItemVersion allows the worker to detect items that were queued before an Vela server upgrade or downgrade, so it can handle such stale data gracefully.
# Structs
No description provided by the author
Error is the json error message from the server for a given http response.
Item is the queue representation of an item to publish to the queue.
No description provided by the author
PullRequest defines the data pulled from PRs while processing a webhook.
No description provided by the author
No description provided by the author
No description provided by the author
Webhook defines a struct that is used to return the required data when processing webhook event a for a source provider event.