mirror of
				https://github.com/h44z/wg-portal.git
				synced 2025-10-31 14:36:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			821 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			821 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 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"
 | |
| 
 | |
| const TopicAuditLoginSuccess = "audit:login:success"
 | |
| const TopicAuditLoginFailed = "audit:login:failed"
 | |
| 
 | |
| const TopicAuditInterfaceChanged = "audit:interface:changed"
 | |
| const TopicAuditPeerChanged = "audit:peer:changed"
 |