chore: replace all cn comments to en version by volc api (#313)

This commit is contained in:
tecvan
2025-07-31 15:18:11 +08:00
committed by GitHub
parent 91d6cdb430
commit 5abc63fba6
254 changed files with 5899 additions and 5844 deletions

View File

@@ -3,10 +3,10 @@ namespace go flow.devops.debugger.domain.testcase
include "infra.thrift"
struct CaseDataBase {
1: optional i64 caseID (go.tag="json:\"caseID,string\"")// 新增时不填,更新时填写
1: optional i64 caseID (go.tag="json:\"caseID,string\"")// Do not fill in when adding, fill in when updating
2: optional string name
3: optional string description
4: optional string input // json格式的输入信息
4: optional string input // Input information in JSON format
5: optional bool isDefault
}
@@ -16,6 +16,6 @@ struct CaseDataDetail{
2: optional string creatorID
3: optional i64 createTimeInSec
4: optional i64 updateTimeInSec
5: optional bool schemaIncompatible // schema不兼容
5: optional bool schemaIncompatible // Schema incompatibility
6: optional infra.Creator updater,
}