webhook

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use:   "webhook",
	Short: "Start web server for handle webhooks with command",
	PreRunE: flags.ValidateMultiFunc(true,
		flags.ValidateDestinationFlags,
		flags.ValidateListenerFlags,
		flags.ValidateInputsConfigFlags,
		func(*cobra.Command, []string) error {
			return validate.Struct(param)
		},
	),
	RunE: run,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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