Versions in this module Expand all Collapse all v3 v3.0.1 Mar 21, 2022 v3.0.0 Mar 21, 2022 Changes in this version + const CLOSE_BRACE + const COMMA + const DOT + const EQ + const IDENTIFIER + const LABELS + const MATCHERS + const NEQ + const NRE + const OPEN_BRACE + const PIPE_EXACT + const PIPE_MATCH + const RE + const STRING + func ParseMatchers(input string) ([]*labels.Matcher, error) + type Expr interface + Filter func() (Filter, error) + Matchers func() []*labels.Matcher + func NewFilterExpr(left Expr, ty labels.MatchType, match string) Expr + func ParseExpr(input string) (Expr, error) + type Filter func([]byte) bool + type ParseError struct + func (p ParseError) Error() string Other modules containing this package github.com/pao214/loki/v2