Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filters ¶
type Filters struct {
Status []common.Status
Author []string
Metadata []StringPair
Actor []string
Participant []string
Label []string
Title []string
NoLabel bool
}
Filters is a collection of Filter that implement a complex filter
type OrderDirection ¶
type OrderDirection int
const ( OrderAscending OrderDirection OrderDescending )
type Query ¶
type Query struct {
Search
Filters
OrderBy
OrderDirection
}
Query is the intermediary representation of a Bug's query. It is either produced by parsing a query string (ex: "status:open author:rene") or created manually. This query doesn't do anything by itself and need to be interpreted for the specific domain of application.
type StringPair ¶
StringPair is a key/value pair of strings
Click to show internal directories.
Click to hide internal directories.