Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQSSender ¶
type SQSSender struct {
// contains filtered or unexported fields
}
SQSSender pushes envelopes to an SQS queue (works with LocalStack).
type WebhookSender ¶
type WebhookSender struct {
// contains filtered or unexported fields
}
WebhookSender posts envelopes to an HTTP endpoint.
func NewWebhook ¶
func NewWebhook(target string) *WebhookSender
Click to show internal directories.
Click to hide internal directories.