Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitSender = wire.NewSet( newSelectorBuilder, newChannel, sender.NewSender, )
View Source
var InitStrategySet = wire.NewSet(strategy.NewResult, strategy.NewUserNotification, strategy.NewAutomationNotification, strategy.NewStartNotification, strategy.NewDispatcher)
Functions ¶
func InitWorkflowEngineOnce ¶
Types ¶
type Module ¶
type Module struct {
Event *easyflow.ProcessEvent
}
func InitModule ¶
func InitModule(q mq.MQ, db *gorm.DB, engineModule *engine.Module, taskModule *task.Module, orderModule *order.Module, templateModule *template.Module, userModule *user.Module, workflowModule *workflow.Module, departmentModule *department.Module, lark2 *lark.Client, notificationSvc notificationv1.NotificationServiceClient) (*Module, error)
Click to show internal directories.
Click to hide internal directories.