liuxiaolong
2021-01-15 46faf71ed48bcf9411b30607636e2aede27444b3
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)
}