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