liuxiaolong
2021-01-18 6020f7d843e9f323a8698adee9b6af8a1fdbc9be
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)
}