Versions in this module Expand all Collapse all v3 v3.3.6 Nov 21, 2024 v3.3.5 Oct 19, 2024 Changes in this version + type Callback func(event output.InternalEvent, result *operators.Result) + type Item struct + Operators []*operators.Operators + TemplateID string + TemplateInfo model.Info + TemplatePath string + type Storage struct + func New() *Storage + func (s *Storage) AddOperator(item *Item) + func (s *Storage) HasMatchers() bool + func (s *Storage) Match(event output.InternalEvent, matchFunc operators.MatchFunc, ...)