package
1.1.7
Repository: https://github.com/jjapplication/apollo.git
Documentation: pkg.go.dev

# Functions

Check 检查是否存在此App.
FirstLoad 在异常情况下重启,先从mongo拿数据保存后续再刷新.
GetAllApp 获取所有App.
No description provided by the author
GetApp 获取指定App.
InitAPPManager 初始化app manager.
LoadManagerCf 加载所有配置文件到全局的字典中.
LoadToMap 直接更新到全局的管理字典中.
NewApp 新建一个APP配置文件.
NewAppScript 新增app 命令目录 默认只创建start stop check.
Persist 持久化为bson数据 todo 序列化bson文件.
ReloadManagerMap 运行时刷新数据 只做增量更新 数据的更新由AppSync任务完成.
ReStart app快速重启.
No description provided by the author
No description provided by the author
SaveToDB 批量插入.
SaveToFile 保存配置到文件中.
Start app快速启动.
StartAll 启动所有服务 服务的启动可以异步 并且不受其他服务报错的影响.
Status 获取指定app状态.
No description provided by the author
Stop app快速停止.
StopAll 停止所有服务.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
当前独立与zeus.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
配置文件类型.
No description provided by the author
配置文件类型.
待发布.
No description provided by the author
已发布.
测试中.
数据层.
中间件.
服务.
前端.

# Variables

No description provided by the author
StatusMap 返回状态使用的状态表.

# Structs

App model for app.
DaoAPP 数据库操作类.