liuxiaolong
2021-01-18 22d779bfdaaf68a8e8076cd8219c0fb381920c06
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)
}