# Functions
FromCLIContext helper function to setup the queue from the CLI arguments.
FromContext retrieves the queue Service from the context.Context.
FromGinContext retrieves the queue Service from the gin.Context.
New creates and returns a Vela service capable of integrating with the configured queue environment.
WithContext inserts the queue Service into the context.Context.
WithGinContext inserts the queue Service into the gin.Context.
# Variables
Flags represents all supported command line interface (CLI) flags for the queue.
# Structs
Setup represents the configuration necessary for creating a Vela service capable of integrating with a configured queue environment.
# Interfaces
Service represents the interface for Vela integrating with the different supported Queue backends.