Documentation ¶ Overview ¶ Package lograte is a CLI app. Index ¶ Variables func Main() Constants ¶ This section is empty. Variables ¶ View Source var ( // ParseTime is an option to extract line timestamp. ParseTime func(line []byte) (time.Time, error) // FilterLine is an option to control filtering, default filter.Dynamic. FilterLine func(i int, line []byte) []byte ) Functions ¶ func Main ¶ func Main() Main is the lograte application. Types ¶ This section is empty. Source Files ¶ View all Source files app.go Click to show internal directories. Click to hide internal directories.