Documentation ¶
Overview ¶
Package logqlpattern contains parser for LogQL `pattern` stage pattern.
Index ¶
Constants ¶
View Source
const ( RequireCapture ParseFlags = 1 << iota DisallowNamed ExtractorFlags = RequireCapture LineFilterFlags = DisallowNamed )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParseFlags ¶ added in v0.10.0
type ParseFlags uint8
ParseFlags defines options for Parse.
func (ParseFlags) Has ¶ added in v0.10.0
func (f ParseFlags) Has(flag ParseFlags) bool
Has whether if flag is set.
Click to show internal directories.
Click to hide internal directories.