mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 23:01:47 +01:00
9 lines
159 B
Cap'n Proto
9 lines
159 B
Cap'n Proto
@0xb61c6ec239895b01;
|
|
|
|
using CSharp = import "programming_language/csharp.capnp";
|
|
$CSharp.namespace("FabAccessAPI.Schema");
|
|
|
|
struct Role
|
|
{
|
|
name @0 :Text;
|
|
} |