feat: 建立统一检测任务、样本链与发病事件
This commit is contained in:
@@ -23,7 +23,8 @@ const (
|
||||
OutboxStatusFailed = "failed"
|
||||
OutboxStatusCancelled = "cancelled"
|
||||
|
||||
OutboxEventWechatSubscribe = "wechat.subscribe"
|
||||
OutboxEventWechatSubscribe = "wechat.subscribe"
|
||||
OutboxEventDetectionTaskCreate = "detection.task.create"
|
||||
)
|
||||
|
||||
// Event 写入 outbox 的领域事件。
|
||||
|
||||
Reference in New Issue
Block a user