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