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