Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterManager ¶
func RegisterManager(m Manager)
Types ¶
type InstallParams ¶
type InstallResult ¶
type InstallResult struct { // Files is a list of paths, relative to the install folder Files []string }
type Manager ¶
type Manager interface { Install(params *InstallParams) (*InstallResult, error) Uninstall(params *UninstallParams) error Name() string }
func GetManager ¶
type UninstallParams ¶
type UninstallParams struct {
InstallPath string
}
Click to show internal directories.
Click to hide internal directories.