mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-08 08:00:26 +08:00
增加服务之间拷贝配置的API(开源版本只有定义,没有实现)
This commit is contained in:
@@ -4,7 +4,8 @@ option go_package = "./pb";
|
||||
package pb;
|
||||
|
||||
message ServerGroup {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
int64 userId = 3;
|
||||
int64 id = 1; // ID
|
||||
string name = 2; // 分组名称
|
||||
int64 userId = 3; // 所属用户ID
|
||||
bool isOn = 4; // 是否启用
|
||||
}
|
||||
Reference in New Issue
Block a user