Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UIEventsExceptions []string = []string{ config.BinaryName + " list", config.BinaryName + " status", config.BinaryName + " provider list", config.BinaryName + " pro list", config.BinaryName + " pro check-health", config.BinaryName + " pro check-update", config.BinaryName + " ide list", config.BinaryName + " ide use", config.BinaryName + " provider use", config.BinaryName + " version", config.BinaryName + " context options", }
Functions ¶
func GetMachineID ¶
func GetMachineID() string
GetMachineID retrieves machine ID and encodes it together with users $HOME path and extra key to protect privacy. Returns a hex-encoded string.
Types ¶
type CLICollector ¶
type CLICollector interface {
RecordCLI(err error)
SetClient(client devpodclient.BaseWorkspaceClient)
// Flush makes sure all events are sent to the backend
Flush()
}
var CollectorCLI CLICollector = &noopCollector{}
skip everything in pro mode.
type ErrorSeverityType ¶
type ErrorSeverityType string
const ( WarningSeverity ErrorSeverityType = "warning" ErrorSeverity ErrorSeverityType = "error" FatalSeverity ErrorSeverityType = "fatal" PanicSeverity ErrorSeverityType = "panic" )
Click to show internal directories.
Click to hide internal directories.