github

package
v0.0.0-...-139ac2d Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ResultsPerPage = 100

Functions

This section is empty.

Types

type Client

type Client interface {
	SearchRepositories(query string, pages int, onFetch func([]Repository))
	ListCommits(owner, repo string, since time.Time, onFetch func([]Commit))
	ListStargazers(owner, repo string, since time.Time, onFetch func([]Stargazer))
	APIRates() (remaining int, reset time.Time, err error)
}

func NewClient

func NewClient(token string, log *log.Logger) Client

type Commit

type Commit struct {
	CommitterID int
}

type Repository

type Repository struct {
	Owner       string
	Name        string
	Description string
	Homepage    string
	License     string
	Language    string
	Commits     int
	Stars       int
	Contribs    int
}

type Stargazer

type Stargazer struct {
	StarredAt time.Time
}

Jump to

Keyboard shortcuts

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