Documentation
¶
Index ¶
- func GetIssueStats(ctx context.Context, client *github.Client, username string) (int, error)
- func GetPRStats(ctx context.Context, client *github.Client, username string) (int, error)
- func GetRepositories(ctx context.Context, client *github.Client, username string) ([]*github.Repository, error)
- func GetRepositoriesCount(ctx context.Context, client *github.Client, username string) (int, error)
- func GetStarsCount(ctx context.Context, client *github.Client, username string) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIssueStats ¶
GetIssueStats fetches the total issue count for the associated GitHub username
func GetPRStats ¶
GetPRStats fetches the total pull request count for the associated GitHub username
func GetRepositories ¶
func GetRepositories(ctx context.Context, client *github.Client, username string) ([]*github.Repository, error)
GetRepositories fetches all the repository names associated with the GitHub username
func GetRepositoriesCount ¶
GetRepositoriesCount fetches the count of all repositories associated with the GitHub username
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.