service backend
This commit is contained in:
14
api/pkg/model/notification/notification.go
Normal file
14
api/pkg/model/notification/notification.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package model
|
||||
|
||||
type NotificationAction string
|
||||
|
||||
const (
|
||||
NACreated NotificationAction = "created"
|
||||
NAAssigned NotificationAction = "assigned"
|
||||
NAUpdated NotificationAction = "updated"
|
||||
NAPending NotificationAction = "pending"
|
||||
NADeleted NotificationAction = "deleted"
|
||||
NAArchived NotificationAction = "archived"
|
||||
NASent NotificationAction = "sent"
|
||||
NAPasswordReset NotificationAction = "password_reset"
|
||||
)
|
||||
Reference in New Issue
Block a user