We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4e150 commit 039ac83Copy full SHA for 039ac83
models/models.go
@@ -33,7 +33,7 @@ type Engine interface {
33
Table(tableNameOrBean interface{}) *xorm.Session
34
Count(...interface{}) (int64, error)
35
Decr(column string, arg ...interface{}) *xorm.Session
36
- Delete(interface{}) (int64, error)
+ Delete(...interface{}) (int64, error)
37
Exec(...interface{}) (sql.Result, error)
38
Find(interface{}, ...interface{}) error
39
Get(interface{}) (bool, error)
0 commit comments