churn/crates/churn-capnp/schemas/models.capnp

18 lines
204 B
Cap'n Proto
Raw Permalink Normal View History

@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;
}