package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Functions

AppendReaders look into the current enabled log selector and will add any debug reader that match the selectors.
NewReader returns a debug reader.

# Structs

Reader is a debug reader used to check the values of specific bytes from an io.Reader, Is is useful is you want to detect if you have received garbage from a network volume.

# Type aliases

CheckFunc func receive a slice of bytes and returns true if it match the predicate.