Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubCheckResult ¶ added in v0.1.2
type GitHubCheckResult string
const ( CheckNone GitHubCheckResult = "" CheckFail GitHubCheckResult = "fail" CheckNeutral GitHubCheckResult = "neutral" CheckSuccess GitHubCheckResult = "success" )
func (GitHubCheckResult) IsValid ¶ added in v0.1.2
func (x GitHubCheckResult) IsValid() error
type VulnStatusType ¶
type VulnStatusType string
const ( StatusNone VulnStatusType = "none" StatusSnoozed VulnStatusType = "snoozed" StatusMitigated VulnStatusType = "mitigated" StatusUnaffected VulnStatusType = "unaffected" StatusFixed VulnStatusType = "fixed" )
func (VulnStatusType) Values ¶
func (x VulnStatusType) Values() []string
Click to show internal directories.
Click to hide internal directories.