mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	unified API error response
This commit is contained in:
		@@ -8,11 +8,6 @@ const DOC_URL = "https://github.com/gogits/go-gogs-client/wiki"
 | 
			
		||||
 | 
			
		||||
type (
 | 
			
		||||
	TplName string
 | 
			
		||||
 | 
			
		||||
	ApiJsonErr struct {
 | 
			
		||||
		Message string `json:"message"`
 | 
			
		||||
		DocUrl  string `json:"url"`
 | 
			
		||||
	}
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var GoGetMetas = make(map[string]bool)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user