liuxiaolong
2021-01-06 2a97c1246d8276fc790c881b2c58d467e4c7b6c6
1
2
3
4
5
6
7
8
package bhomeclient
 
type MicroFunc func(req *Request) *Reply
 
 
type Transport interface {
    RequestTopic(string, Request) (*Reply,error)
}