Documentation ¶
Overview ¶
Package webhook provides a module which adds a middleware for uploading output files to any destinations 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) AddGraceDuration ¶
AddGraceDuration increases the grace duration provided by the API for the garbage collector.
func (Webhook) Descriptor ¶
func (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.