Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenderTask ¶
type RenderTask struct {
Name string
IDs map[string]string
Overwrite bool
PreCommands []string
PostCommands []string
Data interface{}
Logger logger.Logger
Directory string
Func coretemplate.FuncMap
}
RenderTask holds a structure to run a complete task including renderring of templates and running pre/post commands
Click to show internal directories.
Click to hide internal directories.