liuxiaolong
2021-01-15 b6010893cfc32a85d22ad0f9d5bf8279f655a215
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)
}