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