Search returns discussions in a repository matching the given search filters.
(repo ghrepo.Interface, filters SearchFilters, after string, limit int)
| 27 | List(repo ghrepo.Interface, filters ListFilters, after string, limit int) (*DiscussionListResult, error) |
| 28 | // Search returns discussions in a repository matching the given search filters. |
| 29 | Search(repo ghrepo.Interface, filters SearchFilters, after string, limit int) (*DiscussionListResult, error) |
| 30 | // GetByNumber returns a single discussion by its number. |
| 31 | GetByNumber(repo ghrepo.Interface, number int32) (*Discussion, error) |
| 32 | // GetWithComments returns a discussion along with a page of its comments. |
no outgoing calls