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

9 lines
118 B
Cap'n Proto
Raw Normal View History

@0xf23adf24ffd8aca4;
struct LogEvent {
id @0 :Text;
author @1 :Text;
content @2 :Text;
datetime @3 :Int64;
}