Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
type InstallerRegistry ¶
InstallerRegistry is the interface of install registry
Click to show internal directories.
Click to hide internal directories.