mirror of https://github.com/shunfei/cronsun
14 lines
122 B
Go
14 lines
122 B
Go
![]() |
package models
|
||
|
|
||
|
import (
|
||
|
"sunteng/commons/db/imgo"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
mgoDB *imgo.Mdb
|
||
|
)
|
||
|
|
||
|
func GetDb() *imgo.Mdb {
|
||
|
return mgoDB
|
||
|
}
|