software

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DEB

type DEB struct {
	Package       string   `json:"package"`
	Status        string   `json:"status"`
	Priority      string   `json:"priority"`
	Architecture  string   `json:"architecture"`
	MultiArch     string   `json:"multi_arch"`
	Maintainer    string   `json:"maintainer"`
	Version       string   `json:"version"`
	Section       string   `json:"section"`
	InstalledSize int64    `json:"installed_size"`
	Depends       string   `json:"depends"`
	Conffiles     []string `json:"conffiles"`
	PreDepends    string   `json:"pre_depends"`
	Description   string   `json:"description"`
	Source        string   `json:"source"`
	Homepage      string   `json:"homepage"`
}

type Docker

type Docker struct {
	Containers []types.Container
}

type Podman

type Podman struct {
	Containers []types.Container
}

type RPM

type RPM struct {
	Name      string   `json:"name"`
	Version   string   `json:"version"`
	Release   string   `json:"release"`
	Arch      string   `json:"arch"`
	SourceRpm string   `json:"sourceRpm"`
	Size      int      `json:"size"`
	License   string   `json:"license"`
	Vendor    string   `json:"vendor"`
	Summary   string   `json:"summary"`
	Requires  []string `json:"requires"`
}

type Software

type Software struct {
	DEB    []DEB  `json:"deb"`
	RPM    []RPM  `json:"rpm"`
	Docker Docker `json:"docker"`
	Podman Podman `json:"podman"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL