Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GH ¶
type GH struct { APIKey string OrgMatch string TopicMatch string // contains filtered or unexported fields }
GH is GitHub
type Githubber ¶
type Githubber interface {
Repos() ([]*github.Repository, error)
}
Githubber provides funcs to retrieve Github repositories
Click to show internal directories.
Click to hide internal directories.