Create an env using api
This commit is contained in:
		
							
								
								
									
										9
									
								
								internal/consts/consts.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								internal/consts/consts.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
package consts
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	USERNAME_LABEL_KEY            = "username"
 | 
			
		||||
	EMAIL_VERIFIED_LABEL_KEY      = "email-verified"
 | 
			
		||||
	EMAIL_VERIFIED_LABEL_TRUE     = "true"
 | 
			
		||||
	EMAIL_VERIFIED_LABEL_FALSE    = "false"
 | 
			
		||||
	SOFTPLAYER_ACCOUNTS_NAMESPACE = "softplayer-accounts"
 | 
			
		||||
)
 | 
			
		||||
		Reference in New Issue
	
	Block a user