webhook

package
v0.0.0-...-a63851d Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2024 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

func NewWebhookCmd

func NewWebhookCmd() *cobra.Command

Types

type JsonPatchEntry

type JsonPatchEntry struct {
	OP    string          `json:"op"`
	Path  string          `json:"path"`
	Value json.RawMessage `json:"value,omitempty"`
}

type MissingCmdLineVarError

type MissingCmdLineVarError struct {
	// contains filtered or unexported fields
}

func (*MissingCmdLineVarError) Error

func (e *MissingCmdLineVarError) Error() string

type MissingEnvVarError

type MissingEnvVarError struct {
	// contains filtered or unexported fields
}

func (*MissingEnvVarError) Error

func (e *MissingEnvVarError) Error() string

Jump to

Keyboard shortcuts

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