14 lines
193 B
Cap'n Proto
14 lines
193 B
Cap'n Proto
@0xcbe8a53cbb941888;
|
|
|
|
struct Envelope {
|
|
metadata @0 :Metadata;
|
|
content @1 :Data;
|
|
}
|
|
|
|
struct Metadata {
|
|
domain @0 :Text;
|
|
entity @1 :Text;
|
|
timestamp @2 :UInt64;
|
|
sequence @3 :UInt64;
|
|
}
|