mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Clean api code
This commit is contained in:
		| @@ -7,6 +7,11 @@ package base | ||||
| type ( | ||||
| 	// Type TmplData represents data in the templates. | ||||
| 	TmplData map[string]interface{} | ||||
|  | ||||
| 	ApiJsonErr struct { | ||||
| 		Message string `json:"message"` | ||||
| 		DocUrl  string `json:"documentation_url"` | ||||
| 	} | ||||
| ) | ||||
|  | ||||
| var GoGetMetas = make(map[string]bool) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user