linstrom/queues/inboundEventQueue/queue.go

5 lines
205 B
Go
Raw Permalink Normal View History

// Job queue for all inbound events
// Well, I say queue but it's more of a security measure adding the inbound job to the db as backup
// in case processing fails for any reason
package inboundeventqueue