Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrendingDeveloperScraper ¶
type TrendingDeveloperScraper struct {
// contains filtered or unexported fields
}
func NewTrendingDeveloperScraper ¶
func NewTrendingDeveloperScraper(trendingDeveloperRepo *model.TrendingDeveloperRepo) *TrendingDeveloperScraper
func (*TrendingDeveloperScraper) GetType ¶
func (ds *TrendingDeveloperScraper) GetType() string
Get the scraper type.
type TrendingRepositoryScraper ¶
type TrendingRepositoryScraper struct {
// contains filtered or unexported fields
}
func NewTrendingRepositoryScraper ¶
func NewTrendingRepositoryScraper(trendRepo *model.TrendingRepositoryRepo) *TrendingRepositoryScraper
func (*TrendingRepositoryScraper) GetType ¶
func (gh *TrendingRepositoryScraper) GetType() string
Click to show internal directories.
Click to hide internal directories.