feat: Update project structure and configuration files
This commit is contained in:
6
backend/app/events/topics.go
Normal file
6
backend/app/events/topics.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package events
|
||||
|
||||
const (
|
||||
TopicProcessed = "event:processed"
|
||||
TopicUserRegister = "event:user_register"
|
||||
)
|
||||
Reference in New Issue
Block a user