diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 00:04:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 00:04:24 -0500 |
| commit | 14edae96ad6876121b7fdb51505c9e23b72a1f98 (patch) | |
| tree | 672036f8d9181ceaf16346e75fb21d2f00daa980 | |
| parent | 60ef1deb90eafd1741f231ddbc19f48b6199061b (diff) | |
add pb.Save() and pb.Load()v0.0.18
| -rw-r--r-- | chat.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() } |
