Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.