Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWebhookCmd ¶
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
Click to show internal directories.
Click to hide internal directories.