cmd

package
v0.0.0-...-bae992b Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

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

func GetAlarmRootCmd() *cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

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