1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-03 00:45:22 +02:00

Merge branch 'dev' of github.com:gogits/gogs into access

This commit is contained in:
Unknwon 2015-02-11 19:25:59 -05:00
commit c5c467a9cd
24 changed files with 120 additions and 95 deletions

View file

@ -24,7 +24,10 @@ import (
type Engine interface {
Delete(interface{}) (int64, error)
Exec(string, ...interface{}) (sql.Result, error)
Get(interface{}) (bool, error)
Insert(...interface{}) (int64, error)
Id(interface{}) *xorm.Session
Where(string, ...interface{}) *xorm.Session
}
var (