Mongo

Reminder

type Reminder struct {
	EventId        string    
	DateToSend     time.Time 
	MessageToSend  string    
	EmailsToNotify []string  
}

Last modified June 18, 2023: [web-site]Add reference section (35abc1b)