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