Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestRegistry ¶
type RequestRegistry interface {
NotifyLoadStart()
NotifyLoadFinished()
AddRequest(req *Request)
GetByNetworkId(id string) *Request
GetByRequestId(id string) *Request
GetByUrl(url string, onlyNew bool) *Request
MatchCrawlLogs() bool
Walk(w func(*Request))
InitialRequest() *Request
RootRequest() *Request
FinalizeResponses(requestedUrl *frontier.QueuedUri)
}
func NewRegistry ¶
func NewRegistry(done *syncx.WaitGroup) RequestRegistry
Click to show internal directories.
Click to hide internal directories.