liuxiaolong
2021-07-01 b9b16b451361341b990d3bbb78fc2d53b74202a0
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 {