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

# Packages

Package native provides the ability for Vela to reconstruct a yaml configuration into an executable pipeline.
Package registry provides the ability for Vela to integrate with different supported Template registries.
Package template provides the ability for Vela to render a templated yaml configuration into an executable pipeline.
No description provided by the author

# Functions

FromContext retrieves the compiler Engine from the context.Context.
FromGinContext retrieves the compiler Engine from the gin.Context.
WithContext inserts the compiler Engine into the context.Context.
WithGinContext inserts the compiler Engine into the gin.Context.

# Interfaces

Engine represents an interface for converting a yaml configuration to an executable pipeline for Vela.