8 lines
		
	
	
		
			155 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			155 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
type (
 | 
						|
    RegisterReq {
 | 
						|
        Username string `json:"username"`
 | 
						|
        Password string `json:"password"`
 | 
						|
        Mobile string `json:"mobile"`
 | 
						|
    }
 | 
						|
)
 |