Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Webhook ¶
type Webhook struct {
webhookd.WebhookHandler
// contains filtered or unexported fields
}
func NewWebhook ¶
func NewWebhook(endpoint string, rc webhookd.WebhookReceiver, tr []webhookd.WebhookTransformation, ds []webhookd.WebhookDispatcher) (Webhook, error)
func (Webhook) Dispatchers ¶
func (wh Webhook) Dispatchers() []webhookd.WebhookDispatcher
func (Webhook) Receiver ¶
func (wh Webhook) Receiver() webhookd.WebhookReceiver
func (Webhook) Transformations ¶
func (wh Webhook) Transformations() []webhookd.WebhookTransformation
Click to show internal directories.
Click to hide internal directories.