18 lines
204 B
Cap'n Proto
18 lines
204 B
Cap'n Proto
@0xf23adf24ffd8aca4;
|
|
|
|
struct LogEvent {
|
|
id @0 :Text;
|
|
author @1 :Text;
|
|
content @2 :Text;
|
|
datetime @3 :Int64;
|
|
}
|
|
|
|
struct Agent {
|
|
name @0 :Text;
|
|
}
|
|
|
|
struct Lease {
|
|
id @0 :Text;
|
|
lease @1 :Text;
|
|
}
|