github

package
v0.0.0-...-55ae293 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGithubClient

func NewGithubClient() (*github.Client, error)

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(githubClient *github.Client) (*Client, error)

func (*Client) GetContributions

func (c *Client) GetContributions(ctx context.Context, earliest time.Time) error

func (*Client) GetInfos

func (c *Client) GetInfos() *Infos

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 Languages

type Languages map[string]int

func (Languages) IncreaseCount

func (l Languages) IncreaseCount(language string)

func (Languages) Percentage

func (l Languages) Percentage(language string) float64

type PullRequestWithRepository

type PullRequestWithRepository struct {
	PullRequest *github.PullRequest
	Repo        *github.Repository
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL