liuxiaolong
2021-01-30 3dba1cfcdf6887280e42fb602c93b26ac9e8caab
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)
}