feat: with agent db

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-27 19:42:33 +02:00
parent 75d99c2461
commit 43ed89d0d8
10 changed files with 286 additions and 68 deletions

View File

@@ -6,3 +6,7 @@ struct LogEvent {
content @2 :Text;
datetime @3 :Int64;
}
struct Agent {
name @0 :Text;
}