Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input struct {
// contains filtered or unexported fields
}
func (*Input) AddOutputChannel ¶
func (*Input) GetOutputBufferSize ¶
type Option ¶
type Option func(*nodeCfg)
func WithCallGC ¶
func WithCallGC() Option
func WithMetrics ¶
func WithMetrics() Option
type Sink ¶
type Sink struct {
// contains filtered or unexported fields
}
func (*Sink) AddInputChannel ¶
type Transform ¶
type Transform struct {
// contains filtered or unexported fields
}
func NewTransform ¶
func (*Transform) AddInputChannel ¶
func (*Transform) AddOutputChannel ¶
func (*Transform) GetOutputBufferSize ¶
Click to show internal directories.
Click to hide internal directories.