Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactLocation ¶
type Description ¶
type Description struct {
Text string `json:"text"`
}
type PhysicalLocation ¶
type PhysicalLocation struct { ArtifactLocation ArtifactLocation `json:"artifactLocation"` Region Region `json:"region"` }
type Result ¶
type Result struct { Level string `json:"level"` Message Message `json:"message"` Locations []ResultLocation `json:"locations"` RuleId string `json:"ruleId"` RuleIndex *int `json:"ruleIndex,omitempty"` }
type ResultLocation ¶
type ResultLocation struct {
PhysicalLocation PhysicalLocation `json:"physicalLocation"`
}
type Rule ¶
type Rule struct { Id string `json:"id"` ShortDescription Description `json:"shortDescription,omitempty"` HelpUri string `json:"helpUri,omitempty"` Properties []Property `json:"properties,omitempty"` }
Click to show internal directories.
Click to hide internal directories.