Documentation
¶
Index ¶
Constants ¶
View Source
const (
PreUp = "PreUp"
PostDeploy = "PostDeploy"
PostDelete = "PostDelete"
)
Variables ¶
View Source
var DefaultRunner = func(c *exec.Cmd) error { return c.Run() }
DefaultRunner runs the given command
View Source
var (
ErrNoTaskFile = errors.New(".draft-tasks.toml not found")
)
Functions ¶
This section is empty.
Types ¶
type Runner ¶ added in v0.16.0
type Runner func(c *exec.Cmd) error
Runner runs the given command. An alternative to DefaultRunner can be used in tests.
Click to show internal directories.
Click to hide internal directories.