Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertMultiple ¶
InsertMultiple function pushes a batch of logs into the LogChannel. The channel capacity is checked beforehand. In case, the channel is full, that message is conveyed. Each log entry's values are validated and then sent to the LogChannel.
func InsertSingle ¶
InsertSingle function pushes a single log entry into the LogChannel. The channel capacity is checked beforehand. In case, the channel is full, that message is conveyed. Each log entry's values are validated and then sent to the LogChannel.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.