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

# Constants

SeekCursor option seeks to the position specified in the cursor.
SeekHead option seeks to the head of a journal.
SeekInvalid is an invalid value for seek.
SeekTail option seeks to the tail of a journal.

# Type aliases

SeekMode is used by (*Reader).Seek to decide where to advance the read pointer to.