# Packages
Package mock_tailer is a generated GoMock package.
# Functions
NewTailer creates a new Tailer object configured to read data from the file at the supplied path (and performing rotation checks after idleDuration of inactivity).
# Structs
Tailer is an abstraction for reading newly appended content from a file, implementing TailerT (i.e.
# Interfaces
TailerT is an interface representing a Tailer (useful for mocks).