filters

package
v1.9.1-community Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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 Absence

func Absence(key string) Predicate

func Equal

func Equal(key string, filterValue any, convertString bool) Predicate

func GreaterOrEqualThan

func GreaterOrEqualThan(key string, filterValue int) Predicate

func GreaterThan

func GreaterThan(key string, filterValue int) Predicate

func LessOrEqualThan

func LessOrEqualThan(key string, filterValue int) Predicate

func LessThan

func LessThan(key string, filterValue int) Predicate

func NotEqual

func NotEqual(key string, filterValue any, convertString bool) Predicate

func NotRegex

func NotRegex(key string, filterRegex *regexp.Regexp) Predicate

func NumEquals

func NumEquals(key string, filterValue int) Predicate

func NumNotEquals

func NumNotEquals(key string, filterValue int) Predicate

func Presence

func Presence(key string) Predicate

func Regex

func Regex(key string, filterRegex *regexp.Regexp) Predicate

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL