From 969bb2bcdabe9a4a8fb1b0d55156edc6f5fec1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 6 Jun 2021 13:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=BA=A7=E5=88=AB=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0success?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/db/models/notify_levels.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/db/models/notify_levels.go b/internal/db/models/notify_levels.go index dbccd6e8..e67816d5 100644 --- a/internal/db/models/notify_levels.go +++ b/internal/db/models/notify_levels.go @@ -5,6 +5,7 @@ const ( LevelInfo = "info" LevelWarning = "warning" LevelError = "error" + LevelSuccess = "success" LogTypeAdmin = "admin" LogTypeUser = "user"