Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunOptions ¶
type RunOptions struct { Client client.DockerClient Config *config.Config Tasks []string Quiet bool BindMount bool }
RunOptions are the options supported by Run
type TaskCollection ¶
type TaskCollection struct {
// contains filtered or unexported fields
}
TaskCollection is a collection of Task objects
func (*TaskCollection) All ¶
func (c *TaskCollection) All() []types.TaskConfig
All returns all the tasks in the dependency order
func (*TaskCollection) Get ¶
func (c *TaskCollection) Get(name task.Name) types.TaskConfig
Get returns the TaskConfig for the Name
Click to show internal directories.
Click to hide internal directories.