liuxiaolong
2021-02-08 c4d6793fedf752d89adc18862300dc4e07d18cb3
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)
}