Versions in this module Expand all Collapse all v3 v3.1.0 Jan 25, 2023 v3.0.0 Oct 19, 2022 Changes in this version + type Crawler struct + DryRun bool + Index string + func NewCrawler(dryRun bool) *Crawler + func (c *Crawler) CrawlPublishers(publishers []common.Publisher) error + func (c *Crawler) CrawlRepo(repoURL url.URL, publisher common.Publisher) error + func (c *Crawler) ProcessRepo(repository common.Repository) + func (c *Crawler) ProcessRepositories(repos chan common.Repository) + func (c *Crawler) ScanPublisher(publisher common.Publisher) Other modules containing this package github.com/italia/publiccode-crawler/v4