Explorar o código

添加节点prepare context

wangbo hai 4 meses
pai
achega
71172248cf
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      service/response/workflow.go

+ 3 - 2
service/response/workflow.go

@@ -57,8 +57,9 @@ type Option struct {
 }
 
 type Props struct {
-	Multiple   bool `json:"multiple"`
-	Filterable bool `json:"filterable"`
+	Multiple   bool   `json:"multiple"`
+	Filterable bool   `json:"filterable"`
+	Context    string `json:"context"`
 }
 
 type Rule struct {