liuxiaolong
2021-04-02 a35153875f213929601a39c47f0823b310210321
requestTopic.go
@@ -1,6 +1,11 @@
package bhomeclient
type MicroFunc func(req *Request) *Reply
type Context struct {
   Bk       Broker
   Tr       Transport
}
type MicroFunc func(ctx *Context, req *Request) *Reply
type Transport interface {