Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdvanceInstaller ¶ added in v0.0.63
AdvanceInstaller is a generic installer
type Installer ¶
type Installer interface { Available() bool Install() error Uninstall() error WaitForStart() (bool, error) Start() error Stop() error }
Installer is the interface of a installer Deprecated use AdvanceInstaller instead
type InstallerRegistry ¶
InstallerRegistry is the interface of install registry
Click to show internal directories.
Click to hide internal directories.