pub async fn repo_delete_git_hook(
configuration: &Configuration,
owner: &str,
repo: &str,
id: &str,
) -> Result<(), Error<RepoDeleteGitHookError>>
pub async fn repo_delete_git_hook(
configuration: &Configuration,
owner: &str,
repo: &str,
id: &str,
) -> Result<(), Error<RepoDeleteGitHookError>>