Documentation
¶
Index ¶
- type Handler
- func (h Handler) CreateWebhook(ctx context.Context, params webhook.CreateWebhookInput) (*webhook.Webhook, error)
- func (h Handler) DeleteWebhook(ctx context.Context, params webhook.DeleteWebhookInput) error
- func (h Handler) GetMessage(ctx context.Context, params webhook.GetMessageInput) (*webhook.Message, error)
- func (h Handler) GetWebhook(ctx context.Context, params webhook.GetWebhookInput) (*webhook.Webhook, error)
- func (h Handler) ListWebhooks(ctx context.Context, params webhook.ListWebhooksInput) ([]webhook.Webhook, error)
- func (h Handler) RegisterEventTypes(ctx context.Context, params webhook.RegisterEventTypesInputs) error
- func (h Handler) ResendMessage(ctx context.Context, params webhook.ResendMessageInput) error
- func (h Handler) SendMessage(ctx context.Context, params webhook.SendMessageInput) (*webhook.Message, error)
- func (h Handler) UpdateWebhook(ctx context.Context, params webhook.UpdateWebhookInput) (*webhook.Webhook, error)
- func (h Handler) UpdateWebhookChannels(ctx context.Context, params webhook.UpdateWebhookChannelsInput) (*webhook.Webhook, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is a no-op implementation of the webhook handler.
func (Handler) CreateWebhook ¶
func (Handler) DeleteWebhook ¶
func (Handler) GetMessage ¶
func (Handler) GetWebhook ¶
func (Handler) ListWebhooks ¶
func (Handler) RegisterEventTypes ¶
func (Handler) ResendMessage ¶
func (Handler) SendMessage ¶
func (Handler) UpdateWebhook ¶
func (Handler) UpdateWebhookChannels ¶
Click to show internal directories.
Click to hide internal directories.