Documentation
¶
Index ¶
- type HttpResponseCode
- type IsChallenge
- type IsValid
- type V1WebhooksService
- func (w *V1WebhooksService) V1WebhookCreate(ctx echo.Context, request gen.V1WebhookCreateRequestObject) (gen.V1WebhookCreateResponseObject, error)
- func (w *V1WebhooksService) V1WebhookDelete(ctx echo.Context, request gen.V1WebhookDeleteRequestObject) (gen.V1WebhookDeleteResponseObject, error)
- func (w *V1WebhooksService) V1WebhookGet(ctx echo.Context, request gen.V1WebhookGetRequestObject) (gen.V1WebhookGetResponseObject, error)
- func (w *V1WebhooksService) V1WebhookList(ctx echo.Context, request gen.V1WebhookListRequestObject) (gen.V1WebhookListResponseObject, error)
- func (w *V1WebhooksService) V1WebhookReceive(ctx echo.Context, request gen.V1WebhookReceiveRequestObject) (gen.V1WebhookReceiveResponseObject, error)
- func (w *V1WebhooksService) V1WebhookUpdate(ctx echo.Context, request gen.V1WebhookUpdateRequestObject) (gen.V1WebhookUpdateResponseObject, error)
- type ValidationError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpResponseCode ¶
type HttpResponseCode int
const ( Http400 HttpResponseCode = iota Http403 Http500 )
type IsChallenge ¶ added in v0.70.7
type IsChallenge bool
type V1WebhooksService ¶
type V1WebhooksService struct {
// contains filtered or unexported fields
}
func NewV1WebhooksService ¶
func NewV1WebhooksService(config *server.ServerConfig) *V1WebhooksService
func (*V1WebhooksService) V1WebhookCreate ¶
func (w *V1WebhooksService) V1WebhookCreate(ctx echo.Context, request gen.V1WebhookCreateRequestObject) (gen.V1WebhookCreateResponseObject, error)
func (*V1WebhooksService) V1WebhookDelete ¶
func (w *V1WebhooksService) V1WebhookDelete(ctx echo.Context, request gen.V1WebhookDeleteRequestObject) (gen.V1WebhookDeleteResponseObject, error)
func (*V1WebhooksService) V1WebhookGet ¶
func (w *V1WebhooksService) V1WebhookGet(ctx echo.Context, request gen.V1WebhookGetRequestObject) (gen.V1WebhookGetResponseObject, error)
func (*V1WebhooksService) V1WebhookList ¶
func (w *V1WebhooksService) V1WebhookList(ctx echo.Context, request gen.V1WebhookListRequestObject) (gen.V1WebhookListResponseObject, error)
func (*V1WebhooksService) V1WebhookReceive ¶
func (w *V1WebhooksService) V1WebhookReceive(ctx echo.Context, request gen.V1WebhookReceiveRequestObject) (gen.V1WebhookReceiveResponseObject, error)
func (*V1WebhooksService) V1WebhookUpdate ¶ added in v0.70.7
func (w *V1WebhooksService) V1WebhookUpdate(ctx echo.Context, request gen.V1WebhookUpdateRequestObject) (gen.V1WebhookUpdateResponseObject, error)
type ValidationError ¶
type ValidationError struct {
Code HttpResponseCode
ErrorText string
}
func (ValidationError) ToResponse ¶
func (vr ValidationError) ToResponse() (gen.V1WebhookReceiveResponseObject, error)
Click to show internal directories.
Click to hide internal directories.