Documentation ¶
Index ¶
Constants ¶
View Source
const ( JobCenter = 1 Bruneida = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BruneidaScraper ¶
type BruneidaScraper struct { BaseURL string FetchClient FetchClienter }
func NewBruneidaScraper ¶
func NewBruneidaScraper() BruneidaScraper
func (*BruneidaScraper) ScrapeJobs ¶
func (s *BruneidaScraper) ScrapeJobs() ([]*model.Job, error)
type FetchClient ¶
type FetchClient struct{}
func (*FetchClient) GetDocument ¶
func (c *FetchClient) GetDocument(url string) (*goquery.Document, error)
type FetchClienter ¶
type JobCentreScraper ¶
type JobCentreScraper struct { BaseURL string FetchClient FetchClienter }
func NewJobCentreScraper ¶
func NewJobCentreScraper() JobCentreScraper
func (*JobCentreScraper) ScrapeJobs ¶
Click to show internal directories.
Click to hide internal directories.