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