kbconst

package
v0.0.0-...-c5434ca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: BSD-3-Clause Imports: 0 Imported by: 35

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 = ""
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL