//
pkg.gl
Category
github.com/src-d/lookout
queue
package
0.11.0
Repository:
https://github.com/src-d/lookout.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
1
Files
133 SLOC
#
Functions
EventEnqueuer
EventEnqueuer returns an event handler that pushes events to the queue.
NewQueueJob
NewQueueJob creates a new QueueJob from the given Event.
RunEventDequeuer
RunEventDequeuer starts an infinite loop that takes jobs from the queue as they become available.
#
Structs
QueueJob
QueueJob is the data sent to the queue.