公告板
版本库
filestore
活动
搜索
登录
valib
/
bhomeclient
bhomebus的client端代码
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
心跳频率改为4秒钟
liuxiaolong
2021-01-15
4829e5b1db21c1182a160cbf27ef4f70a890044e
[valib/bhomeclient.git]
/
requestTopic.go
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)
}