liuxiaolong
2021-01-29 70600f3dfae48b761d63e9d1bf6a72a22dbd67bd
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)
}