package bhomeclient type Context struct { Bk Broker Tr Transport } type MicroFunc func(ctx *Context, req *Request) *Reply type Transport interface { RequestTopic(string, Request, int) (*Reply,error) }