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