Documentation
¶
Overview ¶
Package webhookworker webhook's delivery worker utilizes GoogleCloud PubSub to poll and delivery events as they happen to clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebhookEvent ¶
type WebhookEvent struct {
PayloadURL string `json:"payload_url"`
PayloadData string `json:"payload_data"` // base64 encoded payload
WebhookSecret string `json:"webhook_secret"`
}
WebhookEvent represents webhook event.
Click to show internal directories.
Click to hide internal directories.