# Functions
FromContext retrieves the executor Engine from the context.Context.
FromGinContext retrieves the executor Engine from the gin.Context.
New creates and returns a Vela engine capable of integrating with the configured executor.
WithContext inserts the executor Engine into the context.Context.
WithGinContext inserts the executor Engine into the gin.Context.
# Variables
Flags represents all supported command line interface (CLI) flags for the executor.
# Structs
Setup represents the configuration necessary for creating a Vela engine capable of integrating with a configured executor.
# Interfaces
Engine represents the interface for Vela integrating with the different supported operating systems.