# README
Simple message queue based on postgres, this is for more realiably sending messages with retry on failure, accepting long failture durations such as discord being down.
# Functions
No description provided by the author
NewQueuedElement returns a new instance of QueuedElement.
NewQueuedElementQuery returns a new instance of QueuedElementQuery.
NewQueuedElementResultSet creates a new result set for rows of the type QueuedElement.
NewQueuedElementStore creates a new instance of QueuedElementStore using a SQL database.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
QueuedElementQuery is the object used to create queries for the QueuedElement entity.
QueuedElementResultSet is the set of results returned by a query to the database.
QueuedElementStore is the entity to access the records of the type QueuedElement in the database.
# Interfaces
No description provided by the author