Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FlowClients map[string]Client
View Source
var SinkClients map[string]Client
Functions ¶
func Build ¶
func Build(wfConf *conf.WorkflowConfig, id int64) ([]func() (io.ReadWriter, func()), []func() (io.Writer, func()))
Build build the workflow by config (.yaml).
Types ¶
type Stream ¶ added in v1.0.0
type Stream struct { St io.ReadWriter CancelFunc context.CancelFunc }
Click to show internal directories.
Click to hide internal directories.