Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Links = "github.com/crackcomm/crawl-links/spider.Links"
Links - Gather links from page.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct { // Results - List of resulted links. Results []string `json:"results,omitempty"` // Source - URL of the source. Source string `json:"source,omitempty"` }
Result - Links crawl result.
Click to show internal directories.
Click to hide internal directories.