liuxiaolong
2021-01-26 80368c5a457aff287b290e69fda0ac69d5f51c86
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)
}