DeleteComment deletes a discussion comment or reply.
(repo ghrepo.Interface, commentID string)
| 50 | UpdateComment(repo ghrepo.Interface, commentID, body string) (*DiscussionComment, error) |
| 51 | // DeleteComment deletes a discussion comment or reply. |
| 52 | DeleteComment(repo ghrepo.Interface, commentID string) error |
| 53 | // GetComment fetches a single discussion comment by node ID. |
| 54 | GetComment(host string, commentID string) (*DiscussionComment, error) |
| 55 | // ResolveCommentNodeID constructs a discussion comment node ID from a |
no outgoing calls