Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScheduleQueue ¶
ScheduleQueue starts the queue that triggers the reminders
Types ¶
type Reminder ¶
type Reminder struct { ID primitive.ObjectID `bson:"_id,omitempty"` Exceeds int64 `bson:"exceeds"` UserID string `bson:"userID"` ChannelID string `bson:"channelID"` Message string `bson:"message"` }
Reminder represents a reminder
Click to show internal directories.
Click to hide internal directories.