churn/crates/churn-capnp/schemas/models.capnp
kjuulh 43ed89d0d8
feat: with agent db
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-27 19:42:33 +02:00

13 lines
153 B
Cap'n Proto

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