Versions in this module Expand all Collapse all v1 v1.11.2 Aug 17, 2026 v1.11.1 Jul 29, 2026 Changes in this version + func Validate(query string) error + func ValidateAll(queries ...string) error + type Attributes interface + Values func(key string) []string + type AttributesFunc func(key string) []string + func (f AttributesFunc) Values(key string) []string + type MapAttributes map[string][]string + func (m MapAttributes) Values(key string) []string + type ParseError struct + Column int + Line int + Message string + func (e *ParseError) Error() string + type Predicate interface + Matches func(a Attributes) bool + String func() string + func MustParse(query string) Predicate + func Parse(query string) (Predicate, error)