Documentation ¶
Overview ¶
Package pkgmanager contains pkgmanager implementations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Apt ¶ added in v0.52.0
type Apt struct {
// contains filtered or unexported fields
}
Apt struct for Apt package manager
func NewApt ¶ added in v0.52.0
func NewApt(host *components.RemoteHost) *Apt
NewApt return apt package manager
type PackageManager ¶ added in v0.52.0
PackageManager generic interface
type Yum ¶ added in v0.52.0
type Yum struct {
// contains filtered or unexported fields
}
Yum struct for the Yum package manager
func NewYum ¶ added in v0.52.0
func NewYum(host *components.RemoteHost) *Yum
NewYum return yum package manager
type Zypper ¶ added in v0.52.0
type Zypper struct {
// contains filtered or unexported fields
}
Zypper is a package manager for zypper
func NewZypper ¶ added in v0.52.0
func NewZypper(host *components.RemoteHost) *Zypper
NewZypper return zypper package manager
Click to show internal directories.
Click to hide internal directories.