Documentation
¶
Index ¶
Constants ¶
View Source
const ( INSTALL_DIR_LINUX = "/opt/cybermonkey-engine" INSTALL_DIR_WINDOWS = "C:\\Program Files\\CyberMonkey-Engine" )
Variables ¶
This section is empty.
Functions ¶
func RunBackground ¶
func RunBackground() error
Types ¶
type Dependency ¶
type Dependency interface {
Install() error // Install the dependency (this should be idempotent)
Uninstall() error // Uninstall the dependency (this should be idempotent)
Info() DependencyInfo
}
type DependencyInfo ¶
type ScoreReport ¶
Click to show internal directories.
Click to hide internal directories.