mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 09:40:41 +00:00
refactor controller.go
This commit is contained in:
@ -275,7 +275,6 @@ type QueryM2Mer interface {
|
||||
Count() (int64, error)
|
||||
}
|
||||
|
||||
|
||||
// RawPreparer raw query statement
|
||||
type RawPreparer interface {
|
||||
Exec(...interface{}) (sql.Result, error)
|
||||
|
Reference in New Issue
Block a user