# Packages
Package native provides the ability for Vela to reconstruct a yaml configuration into an executable pipeline.
# 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.