-
Notifications
You must be signed in to change notification settings - Fork 21
group_manager
desperadoccy edited this page May 28, 2024
·
2 revisions
group_manager模块主要用于对客户端的分组进行管理,何时进行分组,分组的维护信息查询等。
- path: 该分组管理类的路径
- group_method: 分组方法,用于指定分组的方法
- other_params: 通过config变量获取
该类为基类,定义了必须实现的函数,以及基本属性
基本分组管理类,支持分组数量查询,更新分组,获取分组等操作
Getting Started - 整体流程 - Module Guide - 现有算法 - Contact Us