feat!: due date reminder notifications
This commit is contained in:
6
internal/utils/redis.go
Normal file
6
internal/utils/redis.go
Normal file
@ -0,0 +1,6 @@
|
||||
package utils
|
||||
|
||||
type NotificationCreatedMessage struct {
|
||||
NotifiedID string
|
||||
NotificationID string
|
||||
}
|
Reference in New Issue
Block a user