linstrom/queues/inboundEventQueue/queue.go

4 lines
205 B
Go

// 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