liuxiaolong
2021-01-15 e42032dafe1d1a38c38745c1532eb0ab438aa234
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)
}