Documentation ¶
Overview ¶
Package runners contains all of the runners for convey.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graphviz ¶
type Graphviz struct{}
Graphviz is a Runner that will create a graphviz output for the config that has been loaded.
type ListEnvironment ¶ added in v0.11.2
type ListEnvironment struct{}
ListEnvironment is a runner that will output the environment.
type ListMetaPlans ¶ added in v0.5.0
type ListMetaPlans struct{}
ListMetaPlans is a Runner that outputs the metaplans for the loaded config.
type ListPlans ¶ added in v0.4.0
type ListPlans struct{}
ListPlans is a Runner that outputs the plans in the loaded config.
type ListTasks ¶
type ListTasks struct{}
ListTasks is a Runner that will output the tasks defined in a config.
Click to show internal directories.
Click to hide internal directories.