feat(eventbus): implement event handling for ticket and conversation assignments
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"cs-agent/internal/pkg/config"
|
||||
"cs-agent/internal/pkg/logx"
|
||||
"cs-agent/internal/services/cronx"
|
||||
"cs-agent/internal/services/event_handlers"
|
||||
"cs-agent/internal/wxwork"
|
||||
"log/slog"
|
||||
)
|
||||
@@ -36,6 +37,8 @@ func Init(configPath string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
event_handlers.Register()
|
||||
|
||||
// 启动任务调度器
|
||||
cronx.Init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user