Documentation ¶
Index ¶
- func AppBundleForPath() (string, error)
- func InstallAppBundle(context Context, sourcePath string, log Log) error
- func InstallCommandLinePrivileged(runMode libkb.RunMode, log Log) error
- func InstallFuse(runMode libkb.RunMode, log Log) error
- func InstallHelper(runMode libkb.RunMode, log Log) error
- func InstallMountDir(runMode libkb.RunMode, log Log) error
- func InstallRedirector(runMode libkb.RunMode, log Log) error
- func UninstallApp(runMode libkb.RunMode, log Log) error
- func UninstallCommandLinePrivileged(runMode libkb.RunMode, log Log) error
- func UninstallFuse(runMode libkb.RunMode, log Log) error
- func UninstallHelper(runMode libkb.RunMode, log Log) error
- func UninstallMountDir(runMode libkb.RunMode, log Log) error
- func UninstallRedirector(runMode libkb.RunMode, log Log) error
- type Context
- type Log
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppBundleForPath ¶
AppBundleForPath returns path to app bundle
func InstallAppBundle ¶
InstallAppBundle calls the installer with --install-app-bundle.
func InstallCommandLinePrivileged ¶
InstallCommandLinePrivileged calls the installer with --install-cli.
func InstallFuse ¶
InstallFuse calls the installer with --install-fuse.
func InstallHelper ¶
InstallHelper calls the installer with --install-helper.
func InstallMountDir ¶
InstallMountDir calls the installer with --install-mountdir.
func InstallRedirector ¶
InstallRedirector calls the installer with --install-redirector.
func UninstallApp ¶
UninstallApp calls the installer with --install-app.
func UninstallCommandLinePrivileged ¶
UninstallCommandLinePrivileged calls the installer with --uninstall-cli.
func UninstallFuse ¶
UninstallFuse calls the installer with --uninstall-fuse.
func UninstallHelper ¶
UninstallHelper calls the installer with --uninstall-helper.
func UninstallMountDir ¶
UninstallMountDir calls the installer with --uninstall-mountdir.