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