Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NoDependencies ¶
func NoDependencies() []string
NoDependencies returns an empty list, used with Tasks that have no dependencies.
Types ¶
type Name ¶
type Name struct {
// contains filtered or unexported fields
}
Name is an identifier for a Task
func NewDefaultName ¶
NewDefaultName returns a new task name, for a default action
func (Name) MapKey ¶ added in v0.12.0
MapKey returns a unique key for storing a task.Name in a map. Using task.Name as a key will fail when comparing default actions. See the comparison logic in Name.Equal().
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
Stack is a LIFO stack of strings
Click to show internal directories.
Click to hide internal directories.