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