liuxiaolong
2021-02-07 abfd401180d1eb09c8ed1c24797c3e503e45fa08
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)
}