Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrawlHandler ¶
type CrawlHandler struct {
// contains filtered or unexported fields
}
func NewCrawlHandler ¶
func NewCrawlHandler(queue *bokchoy.Queue, parser parser.Parser, timeout time.Duration) *CrawlHandler
NewCrawlHandler initializes a new CrawlHandler instance.
func (*CrawlHandler) AddCrawl ¶
func (h *CrawlHandler) AddCrawl(url string, statusCode int)
AddCrawl adds a new crawl to the storage.
Click to show internal directories.
Click to hide internal directories.