Documentation
¶
Index ¶
- type Client
- func (github *Client) CommitActivity(user string, repoName string) ([]*github.WeeklyCommitActivity, error)
- func (github *Client) Language(user string, repoName string) (map[string]int, error)
- func (github *Client) Repo(user string, repoName string) (*Repo, error)
- func (github *Client) Repos(user string) ([]*Repo, error)
- func (github *Client) SpecificUser(username string) (string, error)
- func (github *Client) User() (string, error)
- type OAuth
- type Repo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CommitActivity ¶
type OAuth ¶
func (*OAuth) BuildAuthUrl ¶
Click to show internal directories.
Click to hide internal directories.