Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey string
ContextKey is the type of key that will be used to index into context.
type TaskSpec ¶
type TaskSpec struct {
// Library where this task is defined.
Library string `json:"library" yaml:"library"`
// Name (type) of this task.
Task string `json:"task" yaml:"task"`
// With holds inputs to this task.
With map[string]interface{} `json:"with,omitempty" yaml:"with,omitempty"`
}
TaskSpec struct contains the specification of a task.
Click to show internal directories.
Click to hide internal directories.