# Functions
No description provided by the author
NewEnvironmentVariable creates a new environment variable.
NewLiteralVariable creates a new literal variable.
NewTemplateVariable creates a new template variable.
New creates a new variable.
NewVariables creates a new slice of variables.
# Structs
EnvironmentVariable is a variable that has a value from an environment variable.
LiteralVariable is a variable that has a literal value.
TemplateVariable is a variable that has a value from a template.
# Interfaces
Variable is a variable that can be used in a template.
# Type aliases
No description provided by the author