chore(middleware): update middle
This commit is contained in:
parent
04cb2a1ed1
commit
ae5a0531d8
2
makefile
2
makefile
|
@ -13,6 +13,7 @@ build:
|
|||
|
||||
.PHONY: install
|
||||
install:
|
||||
@make gen-middleware
|
||||
@make build
|
||||
|
||||
.PHONY: dev
|
||||
|
@ -27,5 +28,6 @@ gen-struct:
|
|||
gen-protobuf:
|
||||
@python3 ./shell/gen_protobuf.py
|
||||
|
||||
.PHONY: gen-middleware
|
||||
gen-middleware:
|
||||
@python3 ./shell/gen_middleware.py
|
||||
|
|
|
@ -10,7 +10,6 @@ import (
|
|||
mapKey "gitee.com/timedb/wheatCache/middleware/map-key"
|
||||
)
|
||||
|
||||
|
||||
func GetMiddlewareMap() map[string]middleware.MiddlewareInterface {
|
||||
|
||||
return map[string]middleware.MiddlewareInterface{
|
||||
|
|
Loading…
Reference in New Issue