feat(middle-driver): get middleware map
This commit is contained in:
parent
c21261ba94
commit
6a1d8a3621
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue