Documentation
¶
Index ¶
- type Predicate
- func Absence(key string) Predicate
- func Equal(key string, filterValue any, convertString bool) Predicate
- func FromKeepEntry(from *api.KeepEntryRule) (Predicate, error)
- func NotEqual(key string, filterValue any, convertString bool) Predicate
- func NotRegex(key string, filterRegex *regexp.Regexp) Predicate
- func Presence(key string) Predicate
- func Regex(key string, filterRegex *regexp.Regexp) Predicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Predicate ¶
type Predicate func(config.GenericMap) bool
func FromKeepEntry ¶
func FromKeepEntry(from *api.KeepEntryRule) (Predicate, error)
Click to show internal directories.
Click to hide internal directories.