Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Kind of this selector Kind = "severity" // Gte decoration: Severity of candidate should be greater than or equal to the expected severity. Gte = "gte" // Gt decoration: Severity of candidate should be greater than the expected severity. Gt = "gt" // Equal decoration: Severity of candidate should be equal to the expected severity. Equal = "equal" // Lte decoration: Severity of candidate should be less than or equal to the expected severity. Lte = "lte" // Lt decoration: Severity of candidate should be less than the expected severity. Lt = "lt" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.