mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 23:27:57 +01:00
13 lines
199 B
Cap'n Proto
13 lines
199 B
Cap'n Proto
@0x85894bd060182ed3;
|
|
|
|
interface Receiver(T) {
|
|
send @0 (chunk :T) -> import "stream.capnp".StreamResult;
|
|
done @1 ();
|
|
}
|
|
|
|
interface Sender {
|
|
pause @0 ();
|
|
resume @1 ();
|
|
stop @2 ();
|
|
}
|