liuxiaolong
2021-03-04 6a989f27d2f03e3b8d1ff125b2e6e32c25487729
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)
}