mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
12 lines
246 B
Cap'n Proto
12 lines
246 B
Cap'n Proto
|
@0xd0568a21cf11488e;
|
||
|
|
||
|
using Rust = import "programming_language/rust.capnp";
|
||
|
$Rust.parentModule("schema");
|
||
|
|
||
|
using CSharp = import "programming_language/csharp.capnp";
|
||
|
$CSharp.namespace("FabAccessAPI.Schema");
|
||
|
|
||
|
interface PermissionSystem
|
||
|
{
|
||
|
|
||
|
}
|