wg-portal/internal/app/eventbus.go

7 lines
177 B
Go
Raw Normal View History

2023-02-12 23:13:04 +01:00
package app
const TopicUserCreated = "user:created"
const TopicUserRegistered = "user:registered"
const TopicUserDisabled = "user:disabled"
const TopicAuthLogin = "auth:login"