package bhomeclient type MicroFunc func(req *Request) *Reply type Transport interface { RequestTopic(string, Request, int) (*Reply,error) }