Versions in this module Expand all Collapse all v0 v0.1.35 Aug 9, 2026 v0.1.34 Aug 3, 2026 Changes in this version + func Test(expr string, samples []api.Message) (results []bool, compileErr error, evalErr error) + type Filter struct + func Compile(expr string) (*Filter, error) + func (f *Filter) Eval(m api.Message) (bool, error) + func (f *Filter) Expr() string + func (f *Filter) ID() string