重构项目结构,将 orm 和 rds 包迁移到 web/globals
This commit is contained in:
11
web/globals/init.go
Normal file
11
web/globals/init.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package globals
|
||||
|
||||
func Init() {
|
||||
initBaiyin()
|
||||
initAlipay()
|
||||
initWechatPay()
|
||||
initAliyun()
|
||||
initValidator()
|
||||
initRedis()
|
||||
initOrm()
|
||||
}
|
||||
Reference in New Issue
Block a user