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