mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-12 16:22:23 +00:00
7 lines
177 B
Go
7 lines
177 B
Go
|
package app
|
||
|
|
||
|
const TopicUserCreated = "user:created"
|
||
|
const TopicUserRegistered = "user:registered"
|
||
|
const TopicUserDisabled = "user:disabled"
|
||
|
const TopicAuthLogin = "auth:login"
|