8 lines
96 B
Cap'n Proto
8 lines
96 B
Cap'n Proto
@0xf23adf24ffd8aca4;
|
|
|
|
struct LogEvent {
|
|
id @0 :Text;
|
|
author @1 :Text;
|
|
content @2 :Text;
|
|
}
|