refactor code

This commit is contained in:
Yoan.liu
2025-05-21 15:59:02 +08:00
parent 7d8dd523a2
commit 75326b1ddd
2 changed files with 45 additions and 40 deletions

View File

@@ -210,9 +210,9 @@ type WorkflowNodeIO struct {
}
type WorkflowNodeIOValueSelector struct {
Id string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
Id string `json:"id"`
Name string `json:"name"`
Type ValueType `json:"type"`
}
const WorkflowNodeIONameCertificate string = "certificate"