Mongo
Reminder
type Reminder struct {
EventId string
DateToSend time.Time
MessageToSend string
EmailsToNotify []string
}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified June 18, 2023: [web-site]Add reference section (35abc1b)