liuxiaolong
2021-02-07 9641e0cea98dfd6adebe61e418968436aab8a338
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)
}