Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGithubClient ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetContributions ¶
type Infos ¶
type Infos struct {
PullRequests map[int64]PullRequestWithRepository
Issues map[int64]IssueWithRepository
Languages Languages
}
type IssueWithRepository ¶
type IssueWithRepository struct {
Issue *github.Issue
Comment *github.IssueComment
Repo *github.Repository
}
type PullRequestWithRepository ¶
type PullRequestWithRepository struct {
PullRequest *github.PullRequest
Repo *github.Repository
}
Click to show internal directories.
Click to hide internal directories.