fix
liuxiaolong
2021-02-03 d3235afbf6390ec478dc83550faf0655fdfdc756
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)
}