Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "server", Short: "serve the battlesnake game engine", PreRun: func(c *cobra.Command, args []string) { prometheus() }, Run: func(c *cobra.Command, args []string) { go controllerCmd.Run(c, args) go apiCmd.Run(c, args) workerCmd.Run(c, args) }, }
RootCmd provides the root run command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.