pub fn load_webhooks_file(
path: &Path,
) -> Result<WebhooksFile, WebhookConfigError>Expand description
Read and deserialize a webhooks config file (no validation; see
build_webhooks).
pub fn load_webhooks_file(
path: &Path,
) -> Result<WebhooksFile, WebhookConfigError>Read and deserialize a webhooks config file (no validation; see
build_webhooks).