Documentation ¶
Index ¶
- func Field(str string) *field
- func Filter[Ctx any](getevent func(Ctx) gjson.Result, filters ...FilterFunc) func(ctx Ctx) bool
- type FilterFunc
- func And(filters ...FilterFunc) FilterFunc
- func Contain(str string) FilterFunc
- func Equal(str string) FilterFunc
- func In(i ...interface{}) FilterFunc
- func Not(filter FilterFunc) FilterFunc
- func NotEqual(str string) FilterFunc
- func Or(filters ...FilterFunc) FilterFunc
- func Regex(str string) FilterFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FilterFunc ¶
Click to show internal directories.
Click to hide internal directories.