filter

package
v1.15.3 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompiledFilter added in v1.15.3

type CompiledFilter interface {
	Apply(data map[string]any) ([]byte, error)
}

CompiledFilter is a pre-compiled filter ready to be applied to data. Compile the filter expression once and reuse it across many Apply calls to avoid repeated parse/compile overhead.

type Filter

type Filter interface {
	ApplyFilter(filterStr string, data map[string]any) ([]byte, error)
	FilterInfo() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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