package
1.2.0
Repository: https://github.com/linkec/colly.git
Documentation: pkg.go.dev

# Functions

New creates a new queue with a Storage specified in argument A standard InMemoryQueueStorage is used if Storage argument is nil.

# Structs

InMemoryQueueStorage is the default implementation of the Storage interface.
Queue is a request queue which uses a Collector to consume requests in multiple threads.

# Interfaces

Storage is the interface of the queue's storage backend.