Versions in this module Expand all Collapse all v1 v1.0.1 Sep 18, 2024 v1.0.0 May 17, 2024 Changes in this version + type Query struct + var All *Query + func Compile(ast syntax.Query) (*Query, error) + func MustCompile(query string) *Query + func New(query string) (*Query, error) + func (q *Query) Matches(events []types.Event) bool + func (q *Query) String() string + func (q *Query) Syntax() syntax.Query