- GetServerInfo added.
This commit is contained in:
2
main.go
2
main.go
@@ -6,6 +6,7 @@ import (
|
||||
"os"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/jxcallback/orderman"
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/cms"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"git.rosy.net.cn/jx-callback/globals/api"
|
||||
"git.rosy.net.cn/jx-callback/globals/beegodb"
|
||||
@@ -25,6 +26,7 @@ var (
|
||||
|
||||
func Init() {
|
||||
// globals.Init()
|
||||
cms.InitServerInfo(Version, BuildDate, GitCommit)
|
||||
beegodb.Init()
|
||||
api.Init()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user