package
Version:
v0.0.0-...-cd20b3e
Opens a new window with list of versions in this module.
Published: Nov 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Advisory struct {
ID string `json:"id"`
Description string `json:"description,omitempty"`
DebianBug *int `json:"debian_bug,omitempty"`
Scope string `json:"scope,omitempty"`
Packages []Package `json:"packages"`
}
type Option interface {
}
type Package struct {
Name string `json:"name"`
Status string `json:"status"`
NoDSA string `json:"nodsa,omitempty"`
NoDSAReason string `json:"nodsa_reason,omitempty"`
Urgency string `json:"urgency"`
FixedVersion string `json:"fixed_version,omitempty"`
Repository []Repository `json:"repository"`
}
type Repository struct {
Name string `json:"name"`
Version string `json:"version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.