Documentation
¶
Index ¶
Constants ¶
View Source
const (
DEPTH = 3
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExampleExtender ¶
type ExampleExtender struct {
gocrawl.DefaultExtender
Id string
}
func (*ExampleExtender) Filter ¶
func (this *ExampleExtender) Filter(ctx *gocrawl.URLContext, isVisited bool) bool
func (*ExampleExtender) Visit ¶
func (this *ExampleExtender) Visit(ctx *gocrawl.URLContext, res *http.Response, doc *goquery.Document) (interface{}, bool)
Click to show internal directories.
Click to hide internal directories.