Documentation ¶
Index ¶
- type WebhookWorkersService
- func (i *WebhookWorkersService) WebhookCreate(ctx echo.Context, request gen.WebhookCreateRequestObject) (gen.WebhookCreateResponseObject, error)
- func (i *WebhookWorkersService) WebhookDelete(ctx echo.Context, request gen.WebhookDeleteRequestObject) (gen.WebhookDeleteResponseObject, error)
- func (i *WebhookWorkersService) WebhookList(ctx echo.Context, request gen.WebhookListRequestObject) (gen.WebhookListResponseObject, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookWorkersService ¶
type WebhookWorkersService struct {
// contains filtered or unexported fields
}
func NewWebhookWorkersService ¶
func NewWebhookWorkersService(config *server.ServerConfig) *WebhookWorkersService
func (*WebhookWorkersService) WebhookCreate ¶
func (i *WebhookWorkersService) WebhookCreate(ctx echo.Context, request gen.WebhookCreateRequestObject) (gen.WebhookCreateResponseObject, error)
func (*WebhookWorkersService) WebhookDelete ¶
func (i *WebhookWorkersService) WebhookDelete(ctx echo.Context, request gen.WebhookDeleteRequestObject) (gen.WebhookDeleteResponseObject, error)
func (*WebhookWorkersService) WebhookList ¶
func (i *WebhookWorkersService) WebhookList(ctx echo.Context, request gen.WebhookListRequestObject) (gen.WebhookListResponseObject, error)
Click to show internal directories.
Click to hide internal directories.