feat!: due date reminder notifications

This commit is contained in:
Jordan Knott
2021-11-17 17:11:28 -06:00
parent 0d00fc7518
commit 886b2763ee
32 changed files with 1244 additions and 287 deletions

6
internal/utils/redis.go Normal file
View File

@ -0,0 +1,6 @@
package utils
type NotificationCreatedMessage struct {
NotifiedID string
NotificationID string
}