Documentation
¶
Index ¶
- Constants
- type ScanOp
- func (o *ScanOp) AddCtrlConsumer(_ ...int32)
- func (o *ScanOp) AddMessageConsumer(_ ...int32)
- func (o *ScanOp) Close() error
- func (o *ScanOp) Exec(msg *pipeline.Message) ([]*pipeline.Message, int, error)
- func (o *ScanOp) Free() error
- func (o *ScanOp) GetExecFunc() func(*pipeline.Message) ([]*pipeline.Message, int, error)
- func (o *ScanOp) Read(p []byte) (int, error)
- func (o *ScanOp) Specialize() error
- func (o *ScanOp) String() string
Constants ¶
View Source
const (
DefaultBufferSize = 4 << 10
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScanOp ¶
type ScanOp struct {
// contains filtered or unexported fields
}
func (*ScanOp) AddCtrlConsumer ¶
func (*ScanOp) AddMessageConsumer ¶
func (*ScanOp) GetExecFunc ¶
func (*ScanOp) Specialize ¶
Click to show internal directories.
Click to hide internal directories.