mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 18:42:26 -05:00 
			
		
		
		
	linting + organizing
This commit is contained in:
		
					parent
					
						
							
								32c5fd987a
							
						
					
				
			
			
				commit
				
					
						dafc3b5b92
					
				
			
		
					 60 changed files with 746 additions and 390 deletions
				
			
		|  | @ -128,16 +128,19 @@ func ValidateSignUpReason(reason string, reasonRequired bool) error { | |||
| 	return nil | ||||
| } | ||||
| 
 | ||||
| // ValidateDisplayName checks that a requested display name is valid | ||||
| func ValidateDisplayName(displayName string) error { | ||||
| 	// TODO: add some validation logic here -- length, characters, etc | ||||
| 	return nil | ||||
| } | ||||
| 
 | ||||
| // ValidateNote checks that a given profile/account note/bio is valid | ||||
| func ValidateNote(note string) error { | ||||
| 	// TODO: add some validation logic here -- length, characters, etc | ||||
| 	return nil | ||||
| } | ||||
| 
 | ||||
| // ValidatePrivacy checks that the desired privacy setting is valid | ||||
| func ValidatePrivacy(privacy string) error { | ||||
| 	// TODO: add some validation logic here -- length, characters, etc | ||||
| 	return nil | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue