store_webhook_request

package
v0.9.13 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateRequest

type CreateRequest struct {
	URL     string                 `db:"url" json:"url" validate:"required,http_url" format:"url"`
	Enabled bool                   `db:"enabled" json:"enabled"`
	Events  []*models.WebhookEvent `` /* 135-byte string literal not displayed */

} // @name CreateStoreWebhookRequest

type UpdateRequest

type UpdateRequest struct {
	URL     string                 `db:"url" json:"url" validate:"required,http_url"`
	Enabled bool                   `db:"enabled" json:"enabled"  validate:"boolean"`
	Events  []*models.WebhookEvent `db:"events" json:"events" validate:"required,dive"`

} // @name UpdateStoreWebhookRequest

Jump to

Keyboard shortcuts

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