mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-28 01:44:47 +08:00
Merge branch 'master' of https://github.com/duanhf2012/Origin
This commit is contained in:
@@ -35,8 +35,8 @@ type DBResult struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//OnInit ...
|
//OnInit ...
|
||||||
func (slf *DBModule) Init() {
|
func (slf *DBModule) OnInit() error {
|
||||||
slf.Connect(100)
|
return slf.Connect(100)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Next ...
|
// Next ...
|
||||||
|
|||||||
Reference in New Issue
Block a user