mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-09 23:12:24 +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"
|