-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for vendor code and refine code structure.
- Loading branch information
Showing
173 changed files
with
12,888 additions
and
12,890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package dao | ||
|
||
import ( | ||
"apiserver/model" | ||
"git/inspursoft/board/src/common/model" | ||
|
||
"github.com/astaxie/beego/orm" | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package main | ||
|
||
import ( | ||
"apiserver/controller" | ||
"git/inspursoft/board/src/apiserver/controller" | ||
"net/http" | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
package model | ||
|
||
import ( | ||
"git/inspursoft/board/src/common/model" | ||
|
||
"github.com/astaxie/beego/orm" | ||
) | ||
|
||
func init() { | ||
orm.RegisterModel(new(User)) | ||
orm.RegisterModel(new(model.User)) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 0 additions & 71 deletions
71
src/apiserver/vendor/github.com/go-sql-driver/mysql/AUTHORS
This file was deleted.
Oops, something went wrong.
119 changes: 0 additions & 119 deletions
119
src/apiserver/vendor/github.com/go-sql-driver/mysql/CHANGELOG.md
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
src/apiserver/vendor/github.com/go-sql-driver/mysql/CONTRIBUTING.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.