package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Packages

# Functions

Eval takes an expression, parse and evaluate it, everytime this method is called a new parser is created, if you want to reuse the parsed tree see the `New` method.
New create a new boolean expression parser will return an error if the expression if invalid.

# Variables

Errors.
Errors.
Null is returned when the variable doesn't exist.

# Structs

Expression parse a boolean expression into a tree and allow to evaluate the expression.

# Interfaces

VarStore is the interface to implements when you want the expression engine to be able to fetch the value of a variables.