Documentation ¶
Index ¶
- type Debian
- func (d *Debian) Add(runtime connector.Runtime, path string) error
- func (d *Debian) Backup(runtime connector.Runtime) error
- func (d *Debian) Install(runtime connector.Runtime, pkg ...string) error
- func (d *Debian) IsAlreadyBackUp() bool
- func (d *Debian) Reset(runtime connector.Runtime) error
- func (d *Debian) Update(runtime connector.Runtime) error
- type Interface
- type RedhatPackageManager
- func (r *RedhatPackageManager) Add(runtime connector.Runtime, path string) error
- func (r *RedhatPackageManager) Backup(runtime connector.Runtime) error
- func (r *RedhatPackageManager) Install(runtime connector.Runtime, pkg ...string) error
- func (r *RedhatPackageManager) IsAlreadyBackUp() bool
- func (r *RedhatPackageManager) Reset(runtime connector.Runtime) error
- func (r *RedhatPackageManager) Update(runtime connector.Runtime) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debian ¶
type Debian struct {
// contains filtered or unexported fields
}
func (*Debian) IsAlreadyBackUp ¶
type Interface ¶
type RedhatPackageManager ¶
type RedhatPackageManager struct {
// contains filtered or unexported fields
}
func (*RedhatPackageManager) Add ¶
func (r *RedhatPackageManager) Add(runtime connector.Runtime, path string) error
func (*RedhatPackageManager) Backup ¶
func (r *RedhatPackageManager) Backup(runtime connector.Runtime) error
func (*RedhatPackageManager) Install ¶
func (r *RedhatPackageManager) Install(runtime connector.Runtime, pkg ...string) error
func (*RedhatPackageManager) IsAlreadyBackUp ¶
func (r *RedhatPackageManager) IsAlreadyBackUp() bool
Click to show internal directories.
Click to hide internal directories.