feat: manually mirror opencoze's code from bytedance
Change-Id: I09a73aadda978ad9511264a756b2ce51f5761adf
This commit is contained in:
21
idl/flow/devops/debugger/domain/testcase.thrift
Normal file
21
idl/flow/devops/debugger/domain/testcase.thrift
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace go flow.devops.debugger.domain.testcase
|
||||
|
||||
include "infra.thrift"
|
||||
|
||||
struct CaseDataBase {
|
||||
1: optional i64 caseID (go.tag="json:\"caseID,string\"")// 新增时不填,更新时填写
|
||||
2: optional string name
|
||||
3: optional string description
|
||||
4: optional string input // json格式的输入信息
|
||||
5: optional bool isDefault
|
||||
}
|
||||
|
||||
|
||||
struct CaseDataDetail{
|
||||
1: optional CaseDataBase caseBase
|
||||
2: optional string creatorID
|
||||
3: optional i64 createTimeInSec
|
||||
4: optional i64 updateTimeInSec
|
||||
5: optional bool schemaIncompatible // schema不兼容
|
||||
6: optional infra.Creator updater,
|
||||
}
|
||||
Reference in New Issue
Block a user