Documentation
¶
Index ¶
Constants ¶
View Source
const ( CrashFinding = FindingType("CRASH") DataLossFinding = FindingType("DATA_LOSS") IncompatFinding = FindingType("INCOMPATIBLE") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finding ¶
type Finding struct {
Type FindingType `json:"type"`
Message string `json:"output"`
}
func NewCrashFinding ¶
func NewDataLossFinding ¶
func NewIncompatFinding ¶
type FindingType ¶
type FindingType = string
Click to show internal directories.
Click to hide internal directories.