Documentation ¶
Overview ¶
Package jep parses systemd journal export format readers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error interface {
Error() error
}
func New ¶
New provides a channel of parsed journal rows. Each Entry is a map of one journal line. Each journal lines is composed of multiple fields.
BUG(aletheia7): Journal fields can have duplicates. Entry is a map and will only provide the last duplicated journal field. Duplicate fields are very rare and I have not seen one. Entry is a map in order to support quick lookups.
Notes ¶
Bugs ¶
Journal fields can have duplicates. Entry is a map and will only provide the last duplicated journal field. Duplicate fields are very rare and I have not seen one. Entry is a map in order to support quick lookups.
Click to show internal directories.
Click to hide internal directories.