summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 00:04:24 -0500
committerJeff Carr <[email protected]>2025-10-07 00:04:24 -0500
commit14edae96ad6876121b7fdb51505c9e23b72a1f98 (patch)
tree672036f8d9181ceaf16346e75fb21d2f00daa980
parent60ef1deb90eafd1741f231ddbc19f48b6199061b (diff)
add pb.Save() and pb.Load()v0.0.18
-rw-r--r--chat.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.proto b/chat.proto
index 32b3db7..cdf5354 100644
--- a/chat.proto
+++ b/chat.proto
@@ -215,4 +215,5 @@ message Chats {
string uuid = 1; // `autogenpb:uuid:9fd31f10-c25d-4d66-bc8d-5f6eb7c79057` `autogenpb:primary`
string version = 2; // `autogenpb:version:v0.0.1`
repeated Chat Chats = 3; // THIS MUST BE Chat and then Chats
+ string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
}