Error code standardization

This commit is contained in:
skiffer-git
2023-02-14 11:49:42 +08:00
parent 8435508f35
commit 461fd5f1ff
4 changed files with 18 additions and 9 deletions
+4 -3
View File
@@ -13,9 +13,10 @@ import (
)
type Check struct {
user *check.UserCheck
group *check.GroupChecker
msg *check.MsgCheck
user *check.UserCheck
group *check.GroupChecker
msg *check.MsgCheck
friend *check.FriendChecker
}
type NotificationMsg struct {