Documentation
¶
Index ¶
Constants ¶
View Source
const Name = api.PluginWebhook
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
type PluginConfig ¶
type PluginConfig = api.WebhookPluginConfig
type StorablePluginConfig ¶
type StorablePluginConfig struct {
URL string `json:"url"`
Headers map[string]models.EncryptedDataLink `json:"headers,omitempty"`
Secret models.EncryptedDataLink `json:"secret"`
ResourceID string `json:"resource_id"`
}
Click to show internal directories.
Click to hide internal directories.