liuxiaolong
2021-02-03 ec9cdef139270ba45ff15640b3efe3215a01e1d6
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)
}