package
2.1.4-stackrox+incompatible
Repository: https://github.com/stackrox/scanner.git
Documentation: pkg.go.dev

# Packages

Package webhook implements a notification sender for HTTP JSON webhooks.

# Functions

RegisterSender makes a Sender available by the provided name.
Senders returns the list of the registered Senders.
UnregisterSender removes a Sender with a particular name from the list.

# Structs

Config is the configuration for the Notifier service and its registered notifiers.

# Interfaces

Sender represents anything that can transmit notifications.