Versions in this module Expand all Collapse all v0 v0.2.1 Mar 17, 2020 Changes in this version + type CrawlHandler struct + func NewCrawlHandler(queue *bokchoy.Queue, parser parser.Parser, timeout time.Duration) *CrawlHandler + func (h *CrawlHandler) AddCrawl(url string, statusCode int) + func (h *CrawlHandler) Crawl(ctx context.Context, baseURL string, url string, depth int) (*bokchoy.Task, error) + func (h *CrawlHandler) Crawls() []string + func (h *CrawlHandler) Handle(r *bokchoy.Request) error