mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 21:50:44 +00:00
7 lines
150 B
Cap'n Proto
7 lines
150 B
Cap'n Proto
@0xcd40f64a57dc11cf;
|
|
|
|
using Types = import "types.capnp";
|
|
|
|
interface EscaperControl {
|
|
publish @0 (data :Text) -> (result :Types.OperationResult);
|
|
}
|