Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AlarmRootCmd = &cobra.Command{ Use: "alarms-server", Short: "All things needed for alarms server", PersistentPreRun: func(cmd *cobra.Command, args []string) { configureAlarmLogger() }, Run: func(cmd *cobra.Command, args []string) { fmt.Println("Nothing to do. Use sub-commands instead.") }, }
AlarmRootCmd represents the root command for working alarms server
Functions ¶
func GetAlarmRootCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.