liuxiaolong
2021-04-02 7a1ec99729629666f84a6ac4be24355e8799a16c
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 {