package
Version:
v0.21.1
Opens a new window with list of versions in this module.
Published: Apr 1, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Flow is a slice of Runners interface elements
that can be applied in sequence.
Run executes the flow elements runner function.
type Runner interface {
Name() string
Run(interface{}) error
Cancel(interface{}) error
}
Runner interface has a pipeline's element functions.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.