We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcd3f2 commit 969bb2bCopy full SHA for 969bb2b
1 file changed
internal/db/models/notify_levels.go
@@ -5,6 +5,7 @@ const (
5
LevelInfo = "info"
6
LevelWarning = "warning"
7
LevelError = "error"
8
+ LevelSuccess = "success"
9
10
LogTypeAdmin = "admin"
11
LogTypeUser = "user"
0 commit comments