mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-10 15:32:24 +00:00
8 lines
217 B
Go
8 lines
217 B
Go
package app
|
|
|
|
const TopicUserCreated = "user:created"
|
|
const TopicUserRegistered = "user:registered"
|
|
const TopicUserDisabled = "user:disabled"
|
|
const TopicUserDeleted = "user:deleted"
|
|
const TopicAuthLogin = "auth:login"
|