feat(middle): driver get middleware map
This commit is contained in:
parent
8685f5f24a
commit
c21261ba94
|
@ -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 {
|
||||
|
|
|
@ -27,5 +27,5 @@ func (m *MiddleWare) GetEventDriver() event.DriverInterface {
|
|||
}
|
||||
|
||||
func (m *MiddleWare) work(ctx context.Context) {
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue