add autogenpb GUI protobuf tables

This commit is contained in:
Jeff Carr 2025-09-01 13:32:34 -05:00
parent f08ab50818
commit fe0c0d8f4f
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ message Chat {
repeated SessionStats Session = 5; repeated SessionStats Session = 5;
} }
message Chats { // `autogenpb:marshal` `autogenpb:mutex` message Chats { // `autogenpb:marshal` `autogenpb:mutex` `autogenpb:gui`
string uuid = 1; // `autogenpb:uuid:9fd31f10-c25d-4d66-bc8d-5f6eb7c79057` `autogenpb:primary` string uuid = 1; // `autogenpb:uuid:9fd31f10-c25d-4d66-bc8d-5f6eb7c79057` `autogenpb:primary`
string version = 2; // `autogenpb:version:v0.0.1` string version = 2; // `autogenpb:version:v0.0.1`
repeated Chat Chats = 3; // THIS MUST BE Chat and then Chats repeated Chat Chats = 3; // THIS MUST BE Chat and then Chats