Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Advisory ¶
type Advisory struct { Apkurl string `json:"apkurl"` Archs []string `json:"archs"` Reponame string `json:"reponame"` Urlprefix string `json:"urlprefix"` Distroversion string `json:"distroversion"` Packages []struct { Pkg struct { Name string `json:"name"` Secfixes map[string][]string `json:"secfixes"` } `json:"pkg"` } `json:"packages"` }
Advisory represents a type included in files from the Alpine repository
Click to show internal directories.
Click to hide internal directories.