Documentation
¶
Index ¶
- func GetDEBs(showDefaultPackages bool) ([]software.DEB, error)
- func GetDefaultPackages() ([]string, error)
- func GetDockerContainers() ([]software.Container, error)
- func GetLegacySWs() ([]software.Binary, error)
- func GetPodmanContainers() ([]software.Container, error)
- func GetRPMs(showDefaultPackages bool) ([]software.RPM, error)
- func GetSoftwareInfo(showDefaultPackages bool) (*software2.Software, error)
- type BinaryInfo
- type Group
- type Groups
- type PackageReq
- type RepoMD
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultPackages ¶
GetDefaultPackages fetches and returns the default package list for a given OS type and version
func GetDockerContainers ¶
func GetLegacySWs ¶
func GetPodmanContainers ¶
Types ¶
type BinaryInfo ¶
type Group ¶
type Group struct {
ID string `xml:"id"`
Name string `xml:"name"`
PackageList []PackageReq `xml:"packagelist>packagereq"`
}
Group represents a group in comps.xml.xz
type PackageReq ¶
PackageReq represents a single package requirement in a group
Click to show internal directories.
Click to hide internal directories.