package app const TopicUserCreated = "user:created" const TopicUserApiEnabled = "user:api:enabled" const TopicUserApiDisabled = "user:api:disabled" const TopicUserRegistered = "user:registered" const TopicUserDisabled = "user:disabled" const TopicUserEnabled = "user:enabled" 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" const TopicPeerIdentifierUpdated = "peer:identifier:updated"