Initial commit (code only without large binaries)
This commit is contained in:
12
EdgeAPI/internal/db/models/notify_levels.go
Normal file
12
EdgeAPI/internal/db/models/notify_levels.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
const (
|
||||
LevelDebug = "debug"
|
||||
LevelInfo = "info"
|
||||
LevelWarning = "warning"
|
||||
LevelError = "error"
|
||||
LevelSuccess = "success"
|
||||
|
||||
LogTypeAdmin = "admin"
|
||||
LogTypeUser = "user"
|
||||
)
|
||||
Reference in New Issue
Block a user