package
Version:
v1.9.1
Opens a new window with list of versions in this module.
Published: Sep 19, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
ChannelFeishuCard Channel = "FEISHU_CARD"
)
type Notification struct {
Receiver string `json:"receiver"`
Template Template `json:"template"`
Channel Channel `json:"channel"`
}
type StrategyInfo struct {
NodeName NodeName `json:"node_name"`
OrderInfo order.Order `json:"order_info"`
WfInfo workflow.Workflow `json:"wf_info"`
InstanceId int `json:"instance_id"`
CurrentNode *model.Node `json:"current_node"`
}
type Template struct {
Name string `json:"name"`
Title string `json:"title"`
Fields []card.Field `json:"fields"`
Values []card.Value `json:"values"`
HideForm bool `json:"hide_form"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.