2023-08-04 13:34:18 +02:00
|
|
|
package app
|
|
|
|
|
|
|
|
const TopicUserCreated = "user:created"
|
2025-01-11 18:44:55 +01:00
|
|
|
const TopicUserApiEnabled = "user:api:enabled"
|
|
|
|
const TopicUserApiDisabled = "user:api:disabled"
|
2023-08-04 13:34:18 +02:00
|
|
|
const TopicUserRegistered = "user:registered"
|
|
|
|
const TopicUserDisabled = "user:disabled"
|
2025-01-05 10:06:34 +01:00
|
|
|
const TopicUserEnabled = "user:enabled"
|
2023-08-04 13:34:18 +02:00
|
|
|
const TopicUserDeleted = "user:deleted"
|
|
|
|
const TopicAuthLogin = "auth:login"
|
|
|
|
const TopicRouteUpdate = "route:update"
|
|
|
|
const TopicRouteRemove = "route:remove"
|
|
|
|
const TopicInterfaceUpdated = "interface:updated"
|
|
|
|
const TopicPeerInterfaceUpdated = "peer:interface:updated"
|
2025-01-05 11:30:34 +01:00
|
|
|
const TopicPeerIdentifierUpdated = "peer:identifier:updated"
|