Documentation
¶
Index ¶
- func HandleCreate(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleDelete(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleFind(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleFindExecution(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleList(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleListExecutions(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleRetriggerExecution(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleUpdate(webhookCtrl *webhook.Controller) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCreate ¶
func HandleCreate(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleCreate returns a http.HandlerFunc that creates a new webhook.
func HandleDelete ¶
func HandleDelete(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleDelete returns a http.HandlerFunc that deletes a webhook.
func HandleFind ¶
func HandleFind(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleFind returns a http.HandlerFunc that finds a webhook.
func HandleFindExecution ¶
func HandleFindExecution(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleFindExecution returns a http.HandlerFunc that finds a webhook execution.
func HandleList ¶
func HandleList(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleList returns a http.HandlerFunc that lists webhooks.
func HandleListExecutions ¶
func HandleListExecutions(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleListExecutions returns a http.HandlerFunc that lists webhook executions.
func HandleRetriggerExecution ¶
func HandleRetriggerExecution(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleRetriggerExecution returns a http.HandlerFunc that retriggers a webhook executions.
func HandleUpdate ¶
func HandleUpdate(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleUpdate returns a http.HandlerFunc that updates an existing webhook.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.