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 {