7
crates/churn-capnp/schemas/models.capnp
Normal file
7
crates/churn-capnp/schemas/models.capnp
Normal file
@@ -0,0 +1,7 @@
|
||||
@0xf23adf24ffd8aca4;
|
||||
|
||||
struct LogEvent {
|
||||
id @0 :Text;
|
||||
author @1 :Text;
|
||||
content @2 :Text;
|
||||
}
|
Reference in New Issue
Block a user