liuxiaolong
2021-01-18 0a6ce4652cd4d38e52e3a36c4d232c0bd7ccca21
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)
}