Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteToOutput ¶
Types ¶
type Factory ¶
type Factory = func(cxt context.Context, config interface{}, input <-chan *event.ProcessorEvent) (chan *event.ProcessorEvent, error)
Factory is used to register functions creating new output instances.
func GetFactory ¶
Click to show internal directories.
Click to hide internal directories.