churn/crates/churn-capnp/schemas/models.capnp
kjuulh 75d99c2461
feat: with sled db and capnp
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-27 18:15:25 +02:00

9 lines
118 B
Cap'n Proto

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