mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 20:51:52 +08:00
feat: 添加扫描结果响应中的总结果数和结束结果数字段,并优化错误日志记录
This commit is contained in:
@@ -59,6 +59,8 @@ message TaskResultsResponse {
|
||||
string task_id = 1;
|
||||
repeated ScanResult results = 2;
|
||||
bool finished = 3;
|
||||
int64 total = 4; // 总结果数
|
||||
int64 end = 5; // 结束结果数
|
||||
}
|
||||
|
||||
// 扫描结果结构体
|
||||
|
||||
Reference in New Issue
Block a user