Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipeEngine ¶
type PipeEngine struct {
// contains filtered or unexported fields
}
func NewPipeEngine ¶
func NewPipeEngine() *PipeEngine
func (*PipeEngine) Execute ¶
func (e *PipeEngine) Execute(input, pipeline string) string
func (*PipeEngine) ListStages ¶
func (e *PipeEngine) ListStages() []string
func (*PipeEngine) RegisterStage ¶
func (e *PipeEngine) RegisterStage(name string, fn PipeStage)
Click to show internal directories.
Click to hide internal directories.