Documentation
¶
Index ¶
- func GetAllIssues(client *github.Client, owner, repo string) ([]*github.Issue, error)
- func GetAllPullRequests(client *github.Client, owner, repo string) ([]*github.PullRequest, error)
- func GetAllReleases(client *github.Client, owner, repo string) ([]*github.RepositoryRelease, error)
- func GetRepositoriesFullNames(ctx context.Context, client *github.Client) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllIssues ¶
getAllIssues retrieves all the issues of a GitHub repository
func GetAllPullRequests ¶
getAllPullRequests retrieves all the pull requests of a GitHub repository
func GetAllReleases ¶
getAllReleases retrieves all the releases of a GitHub repository
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.