Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spooler ¶
type Spooler struct { Channel chan *input.Event // Channel is the input to the Spooler. // contains filtered or unexported fields }
Spooler aggregates the events and sends the aggregated data to the publisher.
func New ¶
New creates and returns a new Spooler. The returned Spooler must be started by calling Start before it can be used.
Click to show internal directories.
Click to hide internal directories.