# Functions
No description provided by the author
AutoInstall installs auto start on unix.
BinPath returns path to the keybase executable.
CheckIfValidLocation is not used on unix.
ComponentNameFromString returns ComponentName from a string.
Install empty implementation for unsupported platforms.
No description provided by the author
IsInUse returns true if the mount is in use.
KBFSBinPath returns the path to the KBFS executable.
KBFSBundleVersion returns the bundle (not installed) version for KBFS.
No description provided by the author
ResolveInstallStatus will determine necessary install actions for the current environment.
RunApp starts the app.
No description provided by the author
TerminateApp will stop the Keybase (UI) app.
Uninstall empty implementation for unsupported platforms.
UpdaterBinPath returns the path to the updater executable, by default is in the same directory as the keybase executable.
# Constants
ComponentNameApp is the UI app.
ComponentNameCLI is the command line component.
ComponentNameCLIPaths is for /etc/paths.d/Keybase.
ComponentNameFuse is the Fuse component.
ComponentNameHelper is the privileged helper tool.
ComponentNameKBFS is the KBFS component.
ComponentNameKBNM is the Keybase NativeMessaging client component.
ComponentNameMountDir is the mount directory.
ComponentNameService is the service component.
ComponentNameUnknown is placeholder for unknown components.
ComponentNameUpdater is the updater component.
# Variables
ComponentNames are all the valid component names.
# Type aliases
ComponentName defines a component name.