[用户]增加可用功能控制、AccessKey管理

This commit is contained in:
刘祥超
2020-12-30 22:01:26 +08:00
parent 282a123f03
commit 6d9defcc9b
11 changed files with 1971 additions and 258 deletions

View File

@@ -0,0 +1,10 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
message UserFeature {
string code = 1;
string name = 2;
string description = 3;
}