Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamOperator ¶
type StreamOperator struct {
// contains filtered or unexported fields
}
StreamOperator is an operator takes streamed items of type map, array, or slice and unpacks and emits each item individually downstream.
func (*StreamOperator) Exec ¶
func (r *StreamOperator) Exec(drain chan<- error)
Exec is the execution starting point for the executor node.
func (*StreamOperator) GetOutput ¶
func (r *StreamOperator) GetOutput() <-chan interface{}
GetOutput returns the output channel of the executer node
func (*StreamOperator) SetInput ¶
func (r *StreamOperator) SetInput(in <-chan interface{})
SetInput sets the input channel for the executor node
Click to show internal directories.
Click to hide internal directories.