Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CheckCmd = &cobra.Command{
Use: "checks",
Short: "Monitor and score each team's infrastructure",
Run: startChecks,
}
)
View Source
var RootCmd = &cobra.Command{ Use: "cyboard", Short: "Scoring Engine", Long: `Root of the Scoring Engine application (see Available Commands)`, Run: RootRun, }
View Source
var (
ServerCmd = &cobra.Command{
Use: "server",
Short: "Web application & API for scoreboard",
Run: serverRun,
}
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.