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