liuxiaolong
2021-01-06 0199739a1a683e7fd79abb295633fc6ed41249ed
1
2
3
4
5
6
7
8
package bhomeclient
 
type MicroFunc func(req *Request) *Reply
 
 
type Transport interface {
    RequestTopic(string, Request) (*Reply,error)
}