Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ALAS ¶
type ALAS struct { ID string `json:"id,omitempty"` Title string `json:"title,omitempty"` Severity string `json:"severity,omitempty"` Description string `json:"description,omitempty"` Packages []Package `json:"packages,omitempty"` References []Reference `json:"references,omitempty"` CveIDs []string `json:"cveids,omitempty"` }
ALAS has detailed data of ALAS
type Package ¶
type Package struct { Name string `json:"name,omitempty"` Epoch string `json:"epoch,omitempty"` Version string `json:"version,omitempty"` Release string `json:"release,omitempty"` Arch string `json:"arch,omitempty"` }
Package has affected package information
type Reference ¶
type Reference struct {
Href string `json:"href,omitempty"`
}
Reference has reference information
Click to show internal directories.
Click to hide internal directories.