add permissions and role module rbac proto files
All checks were successful
Publish / Publish Job (push) Successful in 2m36s
All checks were successful
Publish / Publish Job (push) Successful in 2m36s
This commit is contained in:
@@ -17,6 +17,10 @@ message GetAllPermissionsRequest {
|
||||
}
|
||||
|
||||
message GetAllPermissionsResponse {
|
||||
Permission permission = 1;
|
||||
}
|
||||
|
||||
message Permission {
|
||||
string id = 1;
|
||||
string code = 2;
|
||||
string description = 3;
|
||||
@@ -30,6 +34,10 @@ message GetAllRolesRequest {
|
||||
}
|
||||
|
||||
message GetAllRolesResponse {
|
||||
Roles roles = 1;
|
||||
}
|
||||
|
||||
message Roles {
|
||||
string id = 1;
|
||||
string name = 2;
|
||||
int32 level = 3;
|
||||
|
||||
Reference in New Issue
Block a user