# Functions
ApplyMatchersOr adds a list of matchers to a journal, calling AddDisjunction after each matcher being added.
BuildMatcher creates a Matcher from a field filter string.
NewConverter creates a new Converter from the given conversion rules.
# Structs
Conversion configures the conversion rules for a field.
Converter applis configured conversion rules to journald entries, producing a new common.MapStr.
Matcher is a single field condition for filtering journal entries.
MatcherBuilder can be used to create a custom builder for creating matchers based on a conversion table.
# Type aliases
FieldConversion provides the mappings and conversion rules for raw fields of journald entries.