Function cmd_webhook_stats
Source pub fn cmd_webhook_stats(name: Option<&str>, data_dir: &Path) -> Result<()>
Expand description
Shows webhook statistics.
§Arguments
name - Webhook name (optional)
data_dir - Data directory for the audit database
§Errors
Returns an error if the audit database cannot be accessed.