2023-08-27 16:49:53 +02:00
|
|
|
@0xf23adf24ffd8aca4;
|
|
|
|
|
|
|
|
struct LogEvent {
|
|
|
|
id @0 :Text;
|
|
|
|
author @1 :Text;
|
|
|
|
content @2 :Text;
|
2023-08-27 18:15:25 +02:00
|
|
|
datetime @3 :Int64;
|
2023-08-27 16:49:53 +02:00
|
|
|
}
|
2023-08-27 19:42:33 +02:00
|
|
|
|
|
|
|
struct Agent {
|
|
|
|
name @0 :Text;
|
|
|
|
}
|
2023-08-27 20:16:27 +02:00
|
|
|
|
|
|
|
struct Lease {
|
|
|
|
id @0 :Text;
|
|
|
|
lease @1 :Text;
|
|
|
|
}
|