liuxiaolong
2021-01-08 6187405450bf7661343d83fc5823a04baa34c6e0
1
2
3
4
5
6
7
8
package bhomeclient
 
type MicroFunc func(req *Request) *Reply
 
 
type Transport interface {
    RequestTopic(string, Request) (*Reply,error)
}