webhooksv1

package
v0.73.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2025 License: MIT Imports: 26 Imported by: 0

Documentation

Index

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 IsValid added in v0.70.7

type IsValid 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL