Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IModuleComp ¶
type IService ¶
type IService interface { GetId() string GetType() string GetVersion() int32 GetWorkPath() string GetSettings() ServiceSttings Init(service IService) (err error) InitSys() OnInstallComp(cops ...IServiceComp) Start() (err error) Run(mods ...IModule) Close(closemsg string) Destroy() (err error) GetComp(CompName S_Comps) (comp IServiceComp, err error) GetModule(ModuleName M_Modules) (module IModule, err error) }
type IServiceComp ¶
type IServiceSession ¶
type IUserSession ¶
type S_Category ¶
type S_Category string //服务类别 例如 网关服务 游戏服务 业务服务 主要用于服务功能分类
type ServiceSttings ¶
Click to show internal directories.
Click to hide internal directories.