package
0.0.0-20240731062821-dc9c76cc409b
Repository: https://github.com/daedaleanai/git-ticket.git
Documentation: pkg.go.dev

# Functions

NewLexer creates a lexer instance.
No description provided by the author

# Constants

Comma `,`.
Represents the end of the token stream.
An identifier token is a consecutive series of characters that is not made of one of the reserved characters below, and does not include whitespace.
Left parenthesis `(`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
regex string `r"[a-f0-9]+"`.
No description provided by the author
No description provided by the author
Right parenthesis `)`.
double-quoted string `"a string"` may contain any characters between its delimiters.
No description provided by the author

# Structs

Filters a ticket by actor.
Filter that is matched if all inner filters are true.
Filter that is matched if any of the inner filters is true.
Filters a ticket by assignee name.
Filters a ticket by author name.
Filters a ticket by assigned CCB.
Filters a ticket by assigned CCB that is pending approval.
Filters a ticket label by checklist.
Selects the ordering of the nodes.
No description provided by the author
Filter tickets by creation date.
Filter tickets by last edit date.
Filters a ticket label by name.
A Lexer allows the user to parse a string into tokens.
No description provided by the author
Filter that inverts an inner Filter.
Selects the ordering of the nodes.
ParseError represents an error found while parsing a query.
Parser is a query parser.
Filters a ticket by participant.
No description provided by the author
A Span represents the range location of a token, measured in bytes.
Filters a ticket by status.
Filters a ticket label by title.
A Token represents the lexical unit returned by the lexer.
No description provided by the author

# Interfaces

No description provided by the author
A filter that can additionally be used for coloring and not just matching tickets.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
Represents the type of a token parsed by the lexer.