liuxiaolong
2021-02-05 7cf6b23c83e1c4efb8567a16ab2f401be4b6d1bf
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)
}