mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-11 14:21:44 +01:00
fix2
This commit is contained in:
parent
2977a0f5d9
commit
d006351b6f
@ -8,14 +8,14 @@ $CSharp.namespace("FabAccessAPI.Schema");
|
||||
|
||||
using Role = import "role.capnp".Role;
|
||||
|
||||
interface PermissionSystem
|
||||
struct PermissionSystem
|
||||
{
|
||||
info @0 () -> ( info : Info );
|
||||
info @0 :Info;
|
||||
interface Info $CSharp.name("InfoInterface") {
|
||||
getRoleList @0 () -> ( role_list :List(Role) );
|
||||
}
|
||||
|
||||
manage @1 () -> ( manage : Manage );
|
||||
manage @1 :Manage;
|
||||
interface Manage $CSharp.name("ManageInterface") {
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user