chore: replace all cn comments to en version by volc api (#313)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user