pub async fn repo_delete_hook(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<(), Error<RepoDeleteHookError>>
pub async fn repo_delete_hook(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<(), Error<RepoDeleteHookError>>