feat(middle-driver): get middleware map

This commit is contained in:
Sodesnei 2021-09-29 22:26:40 +08:00
parent c21261ba94
commit 6a1d8a3621
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func Test_middleware_driver(t *testing.T) {
book := event.NewEvent("book")
book.SetMsg("title", "goland")
book.SetCtxValue("page", 100)
book.SetValue("page", 100)
go func() {
a.produce.Call(ctx, book)