package
0.26.1
Repository: https://github.com/go-vela/worker.git
Documentation: pkg.go.dev

# Packages

Package linux provides the ability for Vela to integrate with a Linux as an operating system.
Package local provides the ability for Vela to integrate with the local system.

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