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