liuxiaolong
2020-12-30 8ed5d632166476bf8618391e275bfb4d4e54726c
1
2
3
4
5
6
7
8
package bhomeclient
 
type MicroFunc func(req *Request) *Reply
 
 
type Transport interface {
    RequestTopic(string, Request) (*Reply,error)
}