cmd

package
v0.2019.11 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2019 License: BSD-3-Clause Imports: 6 Imported by: 1

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

func RootRun

func RootRun(cmd *cobra.Command, args []string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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