Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Variables ¶
type Variables struct {
Env map[string]string // Environment variables
Project map[string]string // Project variables
}
Variables consists of the variables that are to be passed to the template
func New ¶
func New() *Variables
New sets up environment and project variables to be passed through to the text template
func (*Variables) ProjectVariable ¶
ProjectVariable sets a project variable
Click to show internal directories.
Click to hide internal directories.