small optimization for get issue labels
This commit is contained in:
parent
3f67676059
commit
d76f34ef51
2 changed files with 5 additions and 17 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue