Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookmarksFetcher ¶
type BookmarksFetcher struct{}
func NewBookmarksFetcher ¶
func NewBookmarksFetcher() *BookmarksFetcher
type Github ¶
type Github struct {
// contains filtered or unexported fields
}
func NewGithub ¶
func NewGithub(client GithubConnector) *Github
type GithubConnector ¶
type GithubConnector interface {
ListStarred(ctx context.Context, user string, opts *github.ActivityListStarredOptions) ([]*github.StarredRepository, *github.Response, error)
}
type HackerNewsFetcher ¶
type HackerNewsFetcher struct{}
func NewHackerNewsFetcher ¶
func NewHackerNewsFetcher() *HackerNewsFetcher
Click to show internal directories.
Click to hide internal directories.