Documentation ¶
Overview ¶
Package webhook provides a module which adds a middleware for uploading output files to any destination in an asynchronous fashion.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Webhook ¶
type Webhook struct {
// contains filtered or unexported fields
}
Webhook is a module which provides a middleware for uploading output files to any destinations in an asynchronous fashion.
func (*Webhook) Descriptor ¶
func (w *Webhook) Descriptor() gotenberg.ModuleDescriptor
Descriptor returns an Webhook's module descriptor.
func (*Webhook) Middlewares ¶
func (w *Webhook) Middlewares() ([]api.Middleware, error)
Middlewares returns the middleware.
Click to show internal directories.
Click to hide internal directories.