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