package
Version:
v0.11.1
Opens a new window with list of versions in this module.
Published: May 9, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 20
Opens a new window with list of known importers.
Documentation
¶
func NoDependencies() []string
NoDependencies returns an empty list, used with Tasks that have no
dependencies.
Name is an identifier for a Task
NewDefaultName returns a new task name, for a default action
NewName returns a new task name from parts
ParseName returns a new Name from a task name string
Action returns the action name of the task
Equal compares two objects and returns true if they are the same
Format the name with the name of the task, used for logging
Name returns the full name of the task in the form 'resource:action'
Resource returns the resource name of the task
Stack is a LIFO stack of strings
NewStack returns a new empty stack
Contains returns true if an item is in the stack, false otherwise
Items returns all the items in the stack in order
Names returns all the name of the items in the stack in order
Pop removes an item from the top of the stack
Push adds an item to the top of the stack
Reset removes all items from the stack
Source Files
¶
Click to show internal directories.
Click to hide internal directories.