Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnknownFlowFactory = errors.New("unknown flow factory")
)
Functions ¶
This section is empty.
Types ¶
type FlowFactory ¶
type FlowFactory interface {
New(*FlowOption) (Flow, error)
}
func NewFlowFactory ¶
func NewFlowFactory(name string, args ...interface{}) (FlowFactory, error)
type FlowOption ¶
Click to show internal directories.
Click to hide internal directories.