fix: issues

This commit is contained in:
Rogee
2025-02-10 15:10:39 +08:00
parent eb13231e9e
commit 266c2c4767
8 changed files with 91 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
package events
const (
TopicProcessed = "event:processed"
TopicProcessed = "event:processed"
TopicUserRegister = "event:user_register"
)