feat: Add check service (WIP)

This commit is contained in:
2025-07-21 01:59:03 +03:00
parent 691d1e7275
commit 87defbf391
9 changed files with 219 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ import (
)
var (
AppVersion string
AppStartTime time.Time
)
@@ -18,10 +17,6 @@ func init() {
appLog.SetGlobalManager(appLog.NewManager())
appLog.Global.Put(appLog.SYSTEM, logrus.New())
if AppVersion == "" {
AppVersion = "dev"
}
AppStartTime = time.Now()
env := os.Getenv("APP_ENV")