公告板
版本库
filestore
活动
搜索
登录
valib
/
bhomeclient
bhomebus的client端代码
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
use MsgQueryTopicReply_BHNodeAddress
liuxiaolong
2021-06-02
eb139e1dbd3b962a36dba95024d823f7c76ab81d
[valib/bhomeclient.git]
/
requestTopic.go
1
2
3
4
5
6
7
8
9
10
11
12
13
package bhomeclient
type WrapperHandler struct {
Bk Broker
Tr Transport
}
type MicroFunc func(h *WrapperHandler, req *Request) *Reply
type Transport interface {
RequestTopic(string, Request, int) (*Reply,error)
}