mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
6 lines
91 B
Cap'n Proto
6 lines
91 B
Cap'n Proto
@0x8c309c720de8cf7c;
|
|
|
|
interface Echoer {
|
|
echo @0 (input : Data) -> (output : Data);
|
|
}
|