mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 19:56:37 +08:00
[用户]增加可用功能控制、AccessKey管理
This commit is contained in:
@@ -4,6 +4,7 @@ option go_package = "./pb";
|
||||
package pb;
|
||||
|
||||
import "model_node_cluster.proto";
|
||||
import "model_user_feature.proto";
|
||||
|
||||
message User {
|
||||
int64 id = 1;
|
||||
@@ -16,4 +17,5 @@ message User {
|
||||
bool isOn = 8;
|
||||
int64 createdAt = 9;
|
||||
NodeCluster nodeCluster = 10;
|
||||
repeated UserFeature features = 11;
|
||||
}
|
||||
Reference in New Issue
Block a user