Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExecuteCommandTask ¶
NewExecuteCommandTask is a convenience method for creating a task that executes a command
func NewMakeDirectoryTask ¶
NewMakeDirectoryTask is a convenience method for creating a task that creates a directory if it doesn't exist
func PathExists ¶
PathExists returns true or false if the path exists
Types ¶
type Runner ¶
Runner collects tasks to run
type Task ¶
type Task struct {
Name string
Function TaskFunction
}
Task store name and function for task
Click to show internal directories.
Click to hide internal directories.