mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-10 04:00:24 +08:00
阶段性提交
This commit is contained in:
11
internal/db/models/notify_levels.go
Normal file
11
internal/db/models/notify_levels.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
const (
|
||||
LevelDebug = "debug"
|
||||
LevelInfo = "info"
|
||||
LevelWarning = "warning"
|
||||
LevelError = "error"
|
||||
|
||||
LogTypeAdmin = "admin"
|
||||
LogTypeUser = "user"
|
||||
)
|
||||
Reference in New Issue
Block a user