Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConditionProperty ¶
type ConditionProperty struct {
Name string `json:"name"`
}
type Edge ¶
type Edge struct {
Type string `json:"type"`
SourceNodeId string `json:"sourceNodeId"`
TargetNodeId string `json:"targetNodeId"`
Properties interface{} `json:"properties"`
ID string `json:"id"`
}
Edge 定义线字段
type EdgeProperty ¶
type EdgeProperty struct {
Expression string `json:"expression"`
}
type EndProperty ¶
type EndProperty struct {
Name string `json:"name"`
}
type Node ¶
type Node struct {
Type string `json:"type"`
Properties interface{} `json:"properties"`
ID string `json:"id"`
}
Node 节点定义
type NotifyMethod ¶ added in v1.6.0
type NotifyMethod uint8
const ( // Feishu 飞书 Feishu NotifyMethod = 1 // Wechat 企业微信 Wechat NotifyMethod = 2 )
func (NotifyMethod) ToUint8 ¶ added in v1.6.0
func (s NotifyMethod) ToUint8() uint8
type StartProperty ¶
type StartProperty struct {
Name string `json:"name"`
}
type UserProperty ¶
Click to show internal directories.
Click to hide internal directories.