- RecordQuery.QueryOldest 和 QueryNewest 不再接收 startIdx/endIdx 参数 - 查询方法返回纯 Record 列表,状态判断移到调用方 - TopicProcessor 的查询方法负责添加状态信息 - 更新所有测试文件以适配新接口
33 lines
285 B
Plaintext
33 lines
285 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# 测试生成的文件
|
|
*.test
|
|
test_*
|
|
|
|
# 索引文件
|
|
*.idx
|
|
|
|
# 位置文件
|
|
*.pos
|
|
|
|
# 日志文件
|
|
*.log
|
|
|
|
.jj/
|
|
.idea/
|
|
.vscode/
|
|
.zed/
|
|
|
|
# 示例程序编译产物
|
|
example/webapp/webapp
|
|
example/webapp/logs/
|
|
example/
|
|
examples/
|
|
|
|
# Go 编译产物
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.exe
|