churn/crates/churn-capnp/schemas/models.capnp
kjuulh 757d1081bd
feat: with sled db
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-27 16:49:53 +02:00

8 lines
96 B
Cap'n Proto

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