package
Version:
v0.0.0-...-167ca65
Opens a new window with list of versions in this module.
Published: Oct 8, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Advisory struct {
Apkurl string `json:"apkurl"`
Archs []string `json:"archs"`
Reponame string `json:"reponame"`
Urlprefix string `json:"urlprefix"`
Packages []Package `json:"packages"`
}
type Option interface {
}
type Package struct {
Pkg struct {
Name string `json:"name"`
Secfixes map[string][]string `json:"secfixes"`
} `json:"pkg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.