mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 10:07:22 +00:00
small optimization for get issue labels
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
3f67676059
commit
d76f34ef51
@ -42,6 +42,7 @@ type Engine interface {
|
||||
Insert(...interface{}) (int64, error)
|
||||
InsertOne(interface{}) (int64, error)
|
||||
Iterate(interface{}, xorm.IterFunc) error
|
||||
Join(joinOperator string, tablename interface{}, condition string, args ...interface{}) *xorm.Session
|
||||
SQL(interface{}, ...interface{}) *xorm.Session
|
||||
Where(interface{}, ...interface{}) *xorm.Session
|
||||
}
|
||||
|
Reference in New Issue
Block a user