# 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.
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.
ResolveInstallStatus will determine necessary install actions for the current environment.
RunAfterStartup is not used on unix.
RunApp starts the app.
TerminateApp will stop the Keybase (UI) app.
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.
ComponentNameKBFS is the KBFS component.
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.