Documentation
¶
Overview ¶
Package webhook will optionally call a preconfigured endpoint
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RateLimit is the minimum number of seconds between requests. // Additional requests within this period will be ignored until // the time has elapsed. RateLimit = 1 // Delay is the number of seconds to wait before sending each webhook request // This can allow for other processing to complete before the webhook is triggered. Delay = 0 )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.