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