Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct { ConfigBlock map[string]interface{} // contains filtered or unexported fields }
Dispatcher used to set required destination and parser
func CreateDispatcher ¶
func CreateDispatcher(configBlock map[string]interface{}) *Dispatcher
func (*Dispatcher) Dispatch ¶
func (d *Dispatcher) Dispatch(event interface{}, errChan chan error)
Click to show internal directories.
Click to hide internal directories.