Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher interface {
Fetch(n int) (repos []*github.Repository)
}
Fetcher defines the interface for repo fetchers
func NewGitHubRepoSearchClient ¶
func NewGitHubRepoSearchClient() Fetcher
NewGitHubRepoSearchClient returns a new GitHub repo fetcher
func NewMockRepoSearchClient ¶
func NewMockRepoSearchClient() Fetcher
NewMockRepoSearchClient returns a new mock repo fetcher for testing
Click to show internal directories.
Click to hide internal directories.