package
2.20.0
Repository: https://github.com/sensu/core.git
Documentation: pkg.go.dev

# Functions

Evaluate evaluates the javascript expression with parameters applied.
MatchEntities compiles the expressions supplied, and applies each one of them to each entity supplied.
NewSyntaxError creates a new SyntaxError.
ParseExpressions parses each JS expression and returns the first error that is encountered, or nil.

# Structs

EntityFilterResult is returned by EvaluateEntityFilters.

# Interfaces

No description provided by the author

# Type aliases

SyntaxError is returned when a javascript expression could not be parsed.