feat: new event

This commit is contained in:
Rogee
2025-01-15 19:30:01 +08:00
parent b5d6593fa4
commit 57f8e95d50
7 changed files with 185 additions and 60 deletions

View File

@@ -1,10 +1,5 @@
package events
// swagger:enum Topic
// ENUM(
//
// Processed = "event:processed"
// UserRegister = "user:register"
//
// )
type Topic string
const (
TopicProcessed = "event:processed"
)