package
Version:
v0.0.0-...-a1d1ef6
Opens a new window with list of versions in this module.
Published: Jul 24, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Queue - NSQ Queue.
NewProducer - Creates queue producer.
NewQueue - Creates nsq consumer and producer.
Close - Closes consumer and producer.
Get - Gets job from channel.
Schedule - Schedules job in nsq.
It will not call job.Done ever.
type Request struct {
Request *crawl.Request `json:"request,omitempty"`
Deadline time.Time `json:"deadline,omitempty"`
Metadata metadata.MD `json:"metadata,omitempty"`
}
Request - Request as it is in NSQ.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.