Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version string = "0.0.1" Revision string = "1111aaaa" ControllerCmd = &cobra.Command{ Short: fmt.Sprintf("%s starts the controller", "reststrategy-controller"), Long: fmt.Sprintf(`%s CLI provides an idempotent rest caller for seeding configuration or data in a repeatable manner`, "reststrategy-controller"), Run: controllerRun, Version: fmt.Sprintf("%s-%s", Version, Revision), } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.