Documentation
¶
Overview ¶
pipe package is responsible for holding all the logic of pipes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pipe ¶
type Pipe struct { Description string // a Description/name of the pipeline, used for monitoring // contains filtered or unexported fields }
Pipe struct represents a pipeline through which data flows
func NewAggregateOpPipe ¶
NewAggregateOpPipe returns a new instance of Pipe with an aggregate function
func NewSingleOpsPipe ¶
NewSingleOpsPipe returns a new instance of Pipe that uses single ops to modify values that flow through
func (*Pipe) Flow ¶
Flow flows the specified input through the specified pipe singleOp and stores the output
func (*Pipe) GetFlowDuration ¶
GetFlowDuration tells how long the Flow operation needed to process the pipeline input
Click to show internal directories.
Click to hide internal directories.