ListCategories returns the discussion categories available in a repository.
(repo ghrepo.Interface)
| 35 | GetCommentReplies(host string, commentID string, limit int, after string, newest bool) (*Discussion, error) |
| 36 | // ListCategories returns the discussion categories available in a repository. |
| 37 | ListCategories(repo ghrepo.Interface) ([]DiscussionCategory, error) |
| 38 | // ListLabels returns the labels available in a repository. |
| 39 | ListLabels(repo ghrepo.Interface) ([]DiscussionLabel, error) |
| 40 | // Create creates a discussion. The returned discussion may be non-nil even |
no outgoing calls