liuxiaolong
2020-12-30 b1dc3bfe7b9ef852fdf9ca23fdd6646ca65d463d
1
2
3
4
5
6
7
8
package bhomeclient
 
type MicroFunc func(req *Request) *Reply
 
 
type Transport interface {
    RequestTopic(string, Request) (*Reply,error)
}