Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AlertsCmd = &cobra.Command{
Use: "alerts",
Short: "Manage workflow alerts",
}
View Source
var FieldUpdatesCmd = &cobra.Command{
Use: "field-updates",
Short: "Manage workflow field updates",
}
View Source
var RulesCmd = &cobra.Command{
Use: "rules",
Short: "Manage workflow rules",
}
View Source
var SenderTypeIds = map[SenderType][]string{ None: {"None"}, CurrentUser: {"CurrentUser"}, DefaultWorkflowUser: {"DefaultWorkflowUser"}, OrgWideEmailAddress: {"OrgWideEmailAddress"}, }
Functions ¶
This section is empty.
Types ¶
type SenderType ¶
const ( None SenderType = iota CurrentUser DefaultWorkflowUser OrgWideEmailAddress )
Click to show internal directories.
Click to hide internal directories.