package
0.26.4
Repository: https://github.com/go-vela/server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package redis provides the ability for Vela to integrate with a Redis server as a queue backend.

# 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.