mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Consistency checks for unit tests (#853)
This commit is contained in:
		| @@ -30,6 +30,7 @@ import ( | ||||
|  | ||||
| // Engine represents a xorm engine or session. | ||||
| type Engine interface { | ||||
| 	Count(interface{}) (int64, error) | ||||
| 	Decr(column string, arg ...interface{}) *xorm.Session | ||||
| 	Delete(interface{}) (int64, error) | ||||
| 	Exec(string, ...interface{}) (sql.Result, error) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user