feat: 建立统一检测任务、样本链与发病事件

This commit is contained in:
weijuesen
2026-08-14 03:31:02 +08:00
parent a25bc7abc6
commit cc93c9a053
26 changed files with 1716 additions and 32 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ const (
OutboxStatusFailed = "failed"
OutboxStatusCancelled = "cancelled"
OutboxEventWechatSubscribe = "wechat.subscribe"
OutboxEventWechatSubscribe = "wechat.subscribe"
OutboxEventDetectionTaskCreate = "detection.task.create"
)
// Event 写入 outbox 的领域事件。