const (
// PluginName is the name of this plugin, to be used in help and logs. PluginName = "webhook"
// DefaultInitialBackoffDelay is the default amount of time to wait before// retrying sending audit events through a webhook.
DefaultInitialBackoffDelay = 10 * time.Second
)