Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NameRegs = []*regexp.Regexp{ regexp.MustCompile(`Implementation-Title: (.*)`), regexp.MustCompile(`Start-Class: (.*)`), regexp.MustCompile(`Specification-Title: (.*)`), } )
Functions ¶
This section is empty.
Types ¶
type Packages ¶
type Packages struct {
Mani layer.Manifest `json:"manifest"`
OsRelease osrelease.OsVersion `json:"os_release"`
// List all installed packages
Packs []*Package `json:"packs"`
PythonPacks []*Python `json:"python_pack"`
NodePacks []*Node `json:"node_packs"`
GOPacks []*GOBIN `json:"go_packs"`
JavaPacks []*JAVA `json:"java_packs"`
PHPPacks []*PHP `json:"php_packs"`
RustPacks []*Rust `json:"rust_packs"`
Others []*Other `json:"others"`
}
Click to show internal directories.
Click to hide internal directories.