Documentation
¶
Index ¶
- func ConcurentFetcher(urls []string)
- func Crawl(url string) []string
- func FetchToConsole(urls []string, mode Mode) ([]byte, error)
- func FetchToFile(url string) (filename string, fileLen int64, err error)
- func FindLinks(htmlDoc []byte) ([]string, error)
- func FindLinksBreadthFirst(f func(item string) []string, worklist []string)
- func FindLinksFromUrl(url string) ([]string, error)
- func ShowTags(htmlDoc []byte)
- func ShowTagsTree(htmlDoc []byte)
- type Mode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConcurentFetcher ¶
func ConcurentFetcher(urls []string)
func FindLinksBreadthFirst ¶
call breadthFirst(crawl,"url")
func FindLinksFromUrl ¶
func ShowTagsTree ¶
func ShowTagsTree(htmlDoc []byte)
Types ¶
Click to show internal directories.
Click to hide internal directories.