Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipeLine ¶
type PipeLine struct {
// contains filtered or unexported fields
}
func (*PipeLine) Run ¶
func (p *PipeLine) Run(context *StageContext) error
type Runner ¶ added in v0.1.5
type Stage ¶
type Stage interface {
Run(context *StageContext) error
}
Click to show internal directories.
Click to hide internal directories.