Documentation ¶
Index ¶
Constants ¶
View Source
const ( Trigger eventType = iota Assign Resolve )
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "pagerduty", Short: "Send a pagerduty event", Long: ``, CompletionOptions: cobra.CompletionOptions{ DisableDefaultCmd: true, }, Version: cordial.VERSION, DisableAutoGenTag: true, SilenceUsage: true, RunE: func(cmd *cobra.Command, args []string) error { return sendEvent(Trigger) }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.