Module file_server

Source

Structs§

FileServer
FileServer is a Source which cooperatively schedules reads over files, converting the lines of said files into LogLine structures. As FileServer is intended to be useful across multiple operating systems with POSIX filesystem semantics FileServer must poll for changes. That is, no event notification is used by FileServer.
Line
Shutdown
A sentinel type to signal that file server was gracefully shut down.

Functions§

calculate_ignore_before