Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchPkgCheckInstallHandler ¶ added in v0.0.13
type ArchPkgCheckInstallHandler interface {
CheckInstall(ctx context.Context, name string) (ok bool)
}
func NewArchPkgCheckInstallHandler ¶ added in v0.0.13
func NewArchPkgCheckInstallHandler(execIF exec.Interface) ArchPkgCheckInstallHandler
type ArchPkgInstallHandler ¶ added in v0.0.13
type ArchPkgInstallHandler interface {
Install(ctx context.Context, dryrun bool, p *ArchPkgInstallParams) (err error)
}
func NewArchPkgInstallHandler ¶ added in v0.0.13
func NewArchPkgInstallHandler(execIF exec.Interface) ArchPkgInstallHandler
type ArchPkgInstallParams ¶ added in v0.0.13
type ArchPkgUninstallHandler ¶ added in v0.0.13
type ArchPkgUninstallHandler interface {
Uninstall(ctx context.Context, dryrun bool, p *ArchPkgUninstallParams) (err error)
}
func NewArchPkgUninstallHandler ¶ added in v0.0.13
func NewArchPkgUninstallHandler(execIF exec.Interface) ArchPkgUninstallHandler
type ArchPkgUninstallParams ¶ added in v0.0.13
type DarwinPkgCheckInstallHandler ¶ added in v0.0.13
type DarwinPkgCheckInstallHandler interface {
CheckInstall(ctx context.Context, name string) (ok bool)
}
func NewDarwinPkgCheckInstallHandler ¶ added in v0.0.13
func NewDarwinPkgCheckInstallHandler(execIF exec.Interface, fs afero.Fs) DarwinPkgCheckInstallHandler
type DarwinPkgInstallHandler ¶ added in v0.0.13
type DarwinPkgInstallHandler interface {
Install(ctx context.Context, dryrun bool, p *DarwinPkgInstallParams) (err error)
}
func NewDarwinPkgInstallHandler ¶ added in v0.0.13
func NewDarwinPkgInstallHandler(execIF exec.Interface, fs afero.Fs) DarwinPkgInstallHandler
type DarwinPkgInstallParams ¶ added in v0.0.13
type DarwinPkgUninstallHandler ¶ added in v0.0.13
type DarwinPkgUninstallHandler interface {
Uninstall(ctx context.Context, dryrun bool, p *DarwinPkgUninstallParams) (err error)
}
func NewDarwinPkgUninstallHandler ¶ added in v0.0.13
func NewDarwinPkgUninstallHandler(execIF exec.Interface, fs afero.Fs) DarwinPkgUninstallHandler
type DarwinPkgUninstallParams ¶ added in v0.0.13
Click to show internal directories.
Click to hide internal directories.