Skip to main content

load_webhooks_file

Function load_webhooks_file 

Source
pub fn load_webhooks_file(
    path: &Path,
) -> Result<WebhooksFile, WebhookConfigError>
Expand description

Read and deserialize a webhooks config file (no validation; see build_webhooks).