Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompiledFilter ¶
type CompiledFilter struct {
// contains filtered or unexported fields
}
CompiledFilter represents a compiled CEL expression ready for evaluation.
func Compile ¶
func Compile(expr string) (*CompiledFilter, error)
Compile parses and compiles a CEL expression for filtering log entries. Returns nil if the expression is empty.
func CompileWithFields ¶
func CompileWithFields(expr string, fields []string) (*CompiledFilter, error)
CompileWithFields parses and compiles a CEL expression with specific field names.
Click to show internal directories.
Click to hide internal directories.