Documentation ¶
Overview ¶
Package lj implements common lumberjack types and functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Batch ¶
type Batch struct { Events []interface{} // contains filtered or unexported fields }
Batch is an ACK-able batch of events as has been received by lumberjack server implemenentations. Batches must be ACKed, for the server implementations returning an ACK to it's clients.
Click to show internal directories.
Click to hide internal directories.