# Functions
DecodeConfig loads a Config from a Base64 encoded string.
DecodeTemplate loads a Template from a Base64 encoded string.
Deserialize will convert the specified bytes to a Values object.
DeserializeFromFile will parse the specified file name and convert it to a Values object.
FuncMap returns a FuncMap representing all of the functionality of the engine.
LoadAndRenderSteps loads a template file and renders it according to an optional values file, --set values, and base render options.
LoadConfig creates a Config from the specified path.
LoadTemplate loads a Template from the specified path.
NewEngine creates a new engine.
NewTemplate creates a new template with the specified name and data.
OverrideValues overrides the first config with the second.
OverrideValuesWithBuildInfo overrides the specified config's values and provides a default set of values.
# Structs
BaseRenderOptions represents additional information for the composition of the final rendering.
Config represents configuration values.
Engine is a wrapper around Go templates.
Template represents a template.
Value represents a configuration value.
# Type aliases
Values represents a map of build values.