Documentation
¶
Overview ¶
Package engine defines the Engine struct, which execute registered pipelines.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
Resources *pipelines.Resources
MonitorCh *chan stages.Mediator
Opts *config.Opts
EnvVariables *config.EnvVariables
}
Engine executes the its pipeline.
func (*Engine) ExecuteStage ¶
ExecuteStage executes the supplied stage
Click to show internal directories.
Click to hide internal directories.