feat(middle): driver get middleware map

This commit is contained in:
Sodesnei 2021-09-29 13:26:02 +08:00
parent 8685f5f24a
commit c21261ba94
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package config
import (
"gitee.com/timedb/wheatCache/middleware"
logMiddle "gitee.com/timedb/wheatCache/middleware/log-middle"
logMiddle "gitee.com/timedb/wheatCache/middleware/logmiddle"
)
func GetMiddlewareMap() map[string]middleware.MiddlewareInterface {

View File

@ -27,5 +27,5 @@ func (m *MiddleWare) GetEventDriver() event.DriverInterface {
}
func (m *MiddleWare) work(ctx context.Context) {
}