Documentation ¶
Index ¶
- type TopOp
- func (o *TopOp) AddCtrlConsumer(_ ...int32)
- func (o *TopOp) AddMessageConsumer(_ ...int32)
- func (o *TopOp) Exec(msg *pipeline.Message) ([]*pipeline.Message, int, error)
- func (o *TopOp) Free() error
- func (o *TopOp) GetExecFunc() func(*pipeline.Message) ([]*pipeline.Message, int, error)
- func (o *TopOp) Len() int
- func (o *TopOp) Less(i, j int) bool
- func (o *TopOp) Pop() interface{}
- func (o *TopOp) Push(x interface{})
- func (o *TopOp) Specialize() error
- func (op *TopOp) String() string
- func (o *TopOp) Swap(i, j int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TopOp ¶
type TopOp struct {
// contains filtered or unexported fields
}
func (*TopOp) AddCtrlConsumer ¶
func (*TopOp) AddMessageConsumer ¶
func (*TopOp) GetExecFunc ¶
func (*TopOp) Specialize ¶
Click to show internal directories.
Click to hide internal directories.