fix: rename rbac service
All checks were successful
Publish / Publish Job (push) Successful in 2m44s
All checks were successful
Publish / Publish Job (push) Successful in 2m44s
This commit is contained in:
@@ -6,7 +6,7 @@ option go_package = "git.lendry.ru/lendry-erp/proto.git/go;pb";
|
||||
|
||||
|
||||
|
||||
service LdapAuthService {
|
||||
service RbacService {
|
||||
rpc GetAllPermissions (GetAllPermissionsRequest) returns (GetAllPermissionsResponse);
|
||||
rpc GetAllRoles(GetAllRolesRequest) returns (GetAllRolesResponse);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user