Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PipelineRunner ¶
Starts the Provided Pipeline in a go routine and returns a context that will be cancelled after 240 seconds
Types ¶
type Pipe ¶
type PipeUpdate ¶
type PipeUpdate struct {
// contains filtered or unexported fields
}
type Pipeline ¶
type Pipeline struct {
Name string
Pipes []*Pipe
Running chan<- *Pipe
Curr *Pipe
LastRun *Pipe
OutputLog []string
Err error
// contains filtered or unexported fields
}
func (*Pipeline) GetDuration ¶
func (*Pipeline) IsCompleted ¶
Click to show internal directories.
Click to hide internal directories.