liuxiaolong
2021-01-25 d5c8ff820385c55a82a153e6a7a6535f115dce2c
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)
}