Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventDetailsScraper ¶
type EventDetailsScraper struct{}
func NewEventDetailsScraper ¶
func NewEventDetailsScraper() *EventDetailsScraper
func (EventDetailsScraper) Run ¶
func (l EventDetailsScraper) Run(job ScrapeJob) (interface{}, error)
func (EventDetailsScraper) Schedule ¶
func (l EventDetailsScraper) Schedule(job ScrapeJob, cronExp string)
type EventScraper ¶
type EventScraper struct{}
func NewEventScraper ¶
func NewEventScraper() *EventScraper
func (EventScraper) Run ¶
func (l EventScraper) Run(job ScrapeJob) (interface{}, error)
func (EventScraper) Schedule ¶
func (l EventScraper) Schedule(job ScrapeJob, cronExp string)
type FetchDetailsJob ¶
type FetchEventsJob ¶
Click to show internal directories.
Click to hide internal directories.