liuxiaolong
2020-12-30 b93b67a7e237cbf59569dcaacfa84257856ba16e
1
2
3
4
5
6
7
8
package bhomeclient
 
type MicroFunc func(req *Request) *Reply
 
 
type Transport interface {
    RequestTopic(string, Request) (*Reply,error)
}