Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2019 Changes in this version + type ConsultantRu struct + func NewConsultantRu() *ConsultantRu + func (c *ConsultantRu) ScrapeYear(year int) (model.Holidays, error) + type Crawler interface + ScrapeYear func(year int) (model.Holidays, error)