Versions in this module Expand all Collapse all v0 v0.1.2 Dec 27, 2021 v0.1.1 Dec 27, 2021 Changes in this version + type GitHubClient struct + Client *github.Client + Owner string + Repository string + func NewGitHubClient(owner string, repository string, token string) *GitHubClient + func (c *GitHubClient) IsClientValid() bool + func (c *GitHubClient) IsRepoExist() bool + func (e *GitHubClient) FetchContributors() ([]*github.Contributor, error) + func (e *GitHubClient) FetchFollowers(c *github.Contributor) ([]*github.User, error) + func (e *GitHubClient) FetchFollowings(c *github.Contributor) ([]*github.User, error) + func (e *GitHubClient) FetchIssues() ([]*github.Issue, error) + func (e *GitHubClient) FetchMembers() ([]*github.User, error)