# Functions
NewQueryableNode creates a QueryableNode from the given *html.Node.
SetFailingMockFetcher replaces function Fetch to a mock fetcher function that always fails.
SetMockFetcher replaces function Fetch to a mock fetcher function, that returns the result of parsing given raw HTML.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
Fetch is a function to fetch contents.
# Structs
QueryableNode is an HTML node that can be manipulated by query methods.