Documentation
¶
Overview ¶
Package webhook delivers HMAC-signed POSTs to a configured receiver URL on every newly captured message. Best-effort with simple retry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is stateless. One HTTP client is shared across deliveries so keep-alive connections amortize.
type PermanentError ¶
type PermanentError struct{ Msg string }
PermanentError signals "don't retry".
func (*PermanentError) Error ¶
func (e *PermanentError) Error() string
Click to show internal directories.
Click to hide internal directories.