1
0
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:
fud
2015-12-21 16:23:31 +08:00
parent c43e3d6684
commit 92711e80a3
4 changed files with 62 additions and 75 deletions

View File

@ -275,7 +275,6 @@ type QueryM2Mer interface {
Count() (int64, error)
}
// RawPreparer raw query statement
type RawPreparer interface {
Exec(...interface{}) (sql.Result, error)