Documentation
¶
Index ¶
- func HandleCreateRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleCreateSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleDeleteRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleDeleteSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleFindExecutionRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleFindExecutionSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleFindRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleFindSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleListExecutionsRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleListExecutionsSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleListRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleListSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleRetriggerExecutionRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleRetriggerExecutionSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleUpdateRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
- func HandleUpdateSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCreateRepo ¶
func HandleCreateRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleCreateRepo returns a http.HandlerFunc that creates a new webhook.
func HandleCreateSpace ¶
func HandleCreateSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleCreateSpace returns a http.HandlerFunc that creates a new webhook.
func HandleDeleteRepo ¶
func HandleDeleteRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleDeleteRepo returns a http.HandlerFunc that deletes a webhook.
func HandleDeleteSpace ¶
func HandleDeleteSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleDeleteSpace returns a http.HandlerFunc that deletes a webhook.
func HandleFindExecutionRepo ¶
func HandleFindExecutionRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleFindExecutionRepo returns a http.HandlerFunc that finds a webhook execution.
func HandleFindExecutionSpace ¶
func HandleFindExecutionSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleFindExecutionSpace returns a http.HandlerFunc that finds a webhook execution.
func HandleFindRepo ¶
func HandleFindRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleFindRepo returns a http.HandlerFunc that finds a webhook.
func HandleFindSpace ¶
func HandleFindSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleFindSpace returns a http.HandlerFunc that finds a webhook.
func HandleListExecutionsRepo ¶
func HandleListExecutionsRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleListExecutionsRepo returns a http.HandlerFunc that lists webhook executions.
func HandleListExecutionsSpace ¶
func HandleListExecutionsSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleListExecutionsSpace returns a http.HandlerFunc that lists webhook executions.
func HandleListRepo ¶
func HandleListRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleListRepo returns a http.HandlerFunc that lists webhooks.
func HandleListSpace ¶
func HandleListSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleListSpace returns a http.HandlerFunc that lists webhooks.
func HandleRetriggerExecutionRepo ¶
func HandleRetriggerExecutionRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleRetriggerExecutionRepo returns a http.HandlerFunc that retriggers a webhook executions.
func HandleRetriggerExecutionSpace ¶
func HandleRetriggerExecutionSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleRetriggerExecutionSpace returns a http.HandlerFunc that retriggers a webhook executions.
func HandleUpdateRepo ¶
func HandleUpdateRepo(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleUpdateRepo returns a http.HandlerFunc that updates an existing webhook.
func HandleUpdateSpace ¶
func HandleUpdateSpace(webhookCtrl *webhook.Controller) http.HandlerFunc
HandleUpdateSpace returns a http.HandlerFunc that updates an existing webhook.
Types ¶
This section is empty.