@@ -6,3 +6,7 @@ struct LogEvent {
|
||||
content @2 :Text;
|
||||
datetime @3 :Int64;
|
||||
}
|
||||
|
||||
struct Agent {
|
||||
name @0 :Text;
|
||||
}
|
||||
|
Reference in New Issue
Block a user
@@ -6,3 +6,7 @@ struct LogEvent {
|
||||
content @2 :Text;
|
||||
datetime @3 :Int64;
|
||||
}
|
||||
|
||||
struct Agent {
|
||||
name @0 :Text;
|
||||
}
|
||||
|