Documentation ¶
Overview ¶
Package notifiers implements several kinds of notifier.Notifier
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookNotifier ¶
type WebhookNotifier struct {
// contains filtered or unexported fields
}
A WebhookNotifier dispatches notifications to a webhook endpoint.
func (*WebhookNotifier) Configure ¶
func (h *WebhookNotifier) Configure(config *config.NotifierConfig) (bool, error)
func (*WebhookNotifier) Send ¶
func (h *WebhookNotifier) Send(notification database.VulnerabilityNotification) error
Click to show internal directories.
Click to hide internal directories.