整理系统日志

This commit is contained in:
boyce
2019-02-21 18:19:48 +08:00
parent bcace08cf0
commit ee61b6145e
6 changed files with 122 additions and 169 deletions

View File

@@ -13,6 +13,7 @@ type GlobalModule struct {
service.BaseModule
}
// 全局模块定义
var g_module GlobalModule
func AddModule(module service.IModule) uint32 {