liuxiaolong
2021-11-30 8e571b851f490d683a3d74f55bfbf84d25088a2c
requestTopic.go
@@ -1,11 +1,11 @@
package bhomeclient
type Context struct {
type WrapperHandler struct {
   Bk       Broker
   Tr       Transport
}
type MicroFunc func(ctx *Context, req *Request) *Reply
type MicroFunc func(h *WrapperHandler, req *Request) *Reply
type Transport interface {