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