liuxiaolong
2021-02-08 259cfd9c4802214f88d5b101ddf2a0d4b554b1de
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)
}