package
0.11.36
Repository: https://github.com/allegro/mesos-executor.git
Documentation: pkg.go.dev

# Functions

Pipe returns a channel with log entries and writer that can be used as a data provider for given scraper.

# Structs

JSON is a scraper for logs represented as JSON objects.
LogFmt is a scraper for logs in logfmt format.
ValueFilter allows to ignore specific values during log scraping.

# Interfaces

Filter is an interface that performs filtering tasks during log scraping.
Scraper in an interface for various scrapers that support different log formats.

# Type aliases

The FilterFunc type is an adapter to allow the use of ordinary functions as scraping filters.