chore: replace all cn comments to en version by volc api (#313)
This commit is contained in:
@@ -6,9 +6,9 @@ include "./domain/testcase.thrift"
|
||||
|
||||
// ========== TestCase =========== //
|
||||
struct SaveCaseDataReq {
|
||||
1: optional infra.BizCtx bizCtx // 业务信息
|
||||
1: optional infra.BizCtx bizCtx // business information
|
||||
2: optional infra.ComponentSubject bizComponentSubject
|
||||
3: optional testcase.CaseDataBase caseBase // case基本数据
|
||||
3: optional testcase.CaseDataBase caseBase // Case basic data
|
||||
|
||||
255: optional base.Base Base
|
||||
}
|
||||
@@ -22,8 +22,8 @@ struct SaveCaseDataResp {
|
||||
}
|
||||
|
||||
struct DeleteCaseDataReq {
|
||||
1: optional infra.BizCtx bizCtx // 业务信息
|
||||
2: optional list<i64> caseIDs // 单次上限20个
|
||||
1: optional infra.BizCtx bizCtx // business information
|
||||
2: optional list<i64> caseIDs // A single maximum of 20
|
||||
|
||||
255: optional base.Base Base
|
||||
}
|
||||
@@ -38,7 +38,7 @@ struct DeleteCaseDataResp {
|
||||
|
||||
struct CheckCaseDuplicateReq {
|
||||
1: optional infra.BizCtx bizCtx
|
||||
2: optional string caseName // case名称
|
||||
2: optional string caseName // Case name
|
||||
3: optional infra.ComponentSubject bizComponentSubject
|
||||
|
||||
255: optional base.Base Base
|
||||
@@ -46,7 +46,7 @@ struct CheckCaseDuplicateReq {
|
||||
|
||||
struct CheckCaseDuplicateResp {
|
||||
1: optional bool isPass
|
||||
2: optional string failReason // 当pass=false时,给出具体的校验不通过的原因
|
||||
2: optional string failReason // When pass = false, give the specific reason why the check failed
|
||||
3: optional i32 failCode
|
||||
|
||||
253: optional i32 code
|
||||
@@ -55,14 +55,14 @@ struct CheckCaseDuplicateResp {
|
||||
}
|
||||
|
||||
struct GetSchemaByIDReq {
|
||||
1: optional infra.BizCtx bizCtx // 业务信息
|
||||
1: optional infra.BizCtx bizCtx // business information
|
||||
2: optional infra.ComponentSubject bizComponentSubject
|
||||
|
||||
255: optional base.Base Base
|
||||
}
|
||||
|
||||
struct GetSchemaByIDResp {
|
||||
1: optional string schemaJson // Json格式的组件input信息,与Input Json Schema保持一致,不包含Value值信息
|
||||
1: optional string schemaJson // Component input information in JSON format, consistent with Input JSON Schema, does not contain Value information
|
||||
|
||||
253: optional i32 code
|
||||
254: optional string msg
|
||||
|
||||
Reference in New Issue
Block a user