package
1.1.4
Repository: https://github.com/mono83/xray.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Buffer builds wrapper over events handler, that buffers all events it receives and then flushes them on regular basis.
BufferOneSecond builds wrapper over events handler, that buffers all events it receives and then flushes them every second.
Channel builds wrapper over events handler, that works in asynchronous mode using delivery goroutine and channel.
FanOut combines multiple handlers into one.
Filter provides handler filtering adapter.
FilterLogs returns filtering adapter, that will forward to target only log events with minimal configured level.
FilterMetrics returns filtering adapter, that will forward to target only metric events.
LogCounter returns handler, that will count all logging events and send counters as metrics.
Splitter returns handler, that will split incoming events slice into smaller slices with configured size.
SplitterOne returns handler, that will split incoming events one by one.