package
0.17.0
Repository: https://github.com/dashotv/golem.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewExecuteCommandTask is a convenience method for creating a task that executes a command.
NewMakeDirectoryTask is a convenience method for creating a task that creates a directory if it doesn't exist.
NewRunner returns a new instance of Runner.
PathExists returns true or false if the path exists.
No description provided by the author
No description provided by the author
ReadYaml reads a yaml file into a structure.
WriteYaml writes a yaml file from a structure.

# Structs

Runner collects tasks to run.
Task store name and function for task.

# Interfaces

No description provided by the author

# Type aliases

TaskFunction defines the function for tasks.