mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-29 00:29:05 +08: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