Documentation ¶
Index ¶
Constants ¶
View Source
const KBFSLogFileName = "keybase.kbfs.log"
KBFSLogFileName is the name of the log file for KBFS.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunMode ¶
type RunMode string
RunMode is an enum type for the mode the Keybase app runs in.
const ( // DevelRunMode means use devel servers. DevelRunMode RunMode = "devel" // StagingRunMode means use staging servers. StagingRunMode RunMode = "staging" // ProductionRunMode means use prod servers (default for // released apps). ProductionRunMode RunMode = "prod" // RunModeError means an error was encountered. RunModeError RunMode = "error" // NoRunMode is the nil value for RunMode. NoRunMode RunMode = "" )
Click to show internal directories.
Click to hide internal directories.