# Functions
AddLabelsMiddleware is an EntryMiddleware that adds some labels.
NewEntryHandler creates a new EntryHandler using an input channel and a stop function.
NewEntryMutatorHandler creates a EntryHandler that mutates incoming entries from another EntryHandler.
No description provided by the author
No description provided by the author
# Interfaces
EntryHandler is something that can "handle" entries via a channel.
EntryMiddleware takes an EntryHandler and returns another one that will intercept and forward entries.
InstrumentedEntryHandler ...
LogsReceiver is an interface providing `chan Entry` which is used for component communication.
# Type aliases
EntryMiddlewareFunc allows to create EntryMiddleware via a function.
EntryMutatorFunc is a function that can mutate an entry.