缓存驱动更换成功,支持3级缓存,memory,以及db

This commit is contained in:
hoteas
2021-05-28 22:52:22 +08:00
parent fc315064e7
commit 1101937028
11 changed files with 369 additions and 126 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
// Error 框架层处理错误
type Error struct {
*logrus.Logger
Logger *logrus.Logger
error
}