[Excution] - base function start - 3

This commit is contained in:
IceDerce
2023-06-25 11:26:33 +08:00
parent 6ce6e5f0d3
commit fb38ab8f15
7 changed files with 136 additions and 48 deletions

View File

@@ -24,6 +24,6 @@ func main() {
g.G.AgentConfig = register.ParseConfiguration(filename)
// 执行初始化之策工作
register.AgentServerInfoCache = register.INIT()
AgentServerInfoCache = INIT()
}