mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-10-31 02:27:11 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			186 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			186 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package main
 | |
| 
 | |
| type KError struct {
 | |
| 	Status  int    `json:"status" example:"404"`
 | |
| 	Message string `json:"message" example:"No user found with this id"`
 | |
| 	Details any    `json:"details"`
 | |
| }
 |