Affected by GO-2022-1100
and 1 other vulnerabilities
GO-2022-1100: Vela Insecure Defaults in github.com/go-vela/server
GO-2024-2641: Insecure Variable Substitution in Vela in github.com/go-vela/worker
package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Nov 11, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package queue provides the ability for Vela to integrate
with different supported Queue backends.
Usage:
import "github.com/go-vela/worker/queue"
ToContext adds the queue Service to this
context if it supports the Setter interface.
Service represents the interface for Vela integrating
with the different supported Queue backends.
FromContext returns the queue Service
associated with this context.
type Setter interface {
Set(string, interface{})
}
Setter defines a context that enables setting values.
Source Files
¶
Directories
¶
Package redis provides the ability for Vela to integrate with a Redis server as a queue backend.
|
Package redis provides the ability for Vela to integrate with a Redis server as a queue backend. |
Click to show internal directories.
Click to hide internal directories.