Documentation
¶
Index ¶
- type API
- func (a *API) CreateWebhook(c *gin.Context)
- func (a *API) DeleteWebhook(c *gin.Context)
- func (a *API) GetWebhook(c *gin.Context)
- func (a *API) GetWebhookLog(c *gin.Context)
- func (a *API) ListWebhookLogs(c *gin.Context)
- func (a *API) ListWebhooks(c *gin.Context)
- func (api *API) RegisterRoute(engine *gin.Engine)
- func (a *API) ResendWebhook(c *gin.Context)
- func (a *API) UpdateWebhook(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func NewAPI ¶
func NewAPI(ctl webhookctl.Controller) *API
func (*API) CreateWebhook ¶
func (*API) DeleteWebhook ¶
func (*API) GetWebhook ¶
func (*API) GetWebhookLog ¶
func (*API) ListWebhookLogs ¶
func (*API) ListWebhooks ¶
func (*API) RegisterRoute ¶
func (*API) ResendWebhook ¶
func (*API) UpdateWebhook ¶
Click to show internal directories.
Click to hide internal directories.