pub async fn repo_delete(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<(), Error<RepoDeleteError>>
pub async fn repo_delete(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<(), Error<RepoDeleteError>>