summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 00:03:59 -0500
committerJeff Carr <[email protected]>2025-10-07 00:03:59 -0500
commitacd07ddd1ab5a758d239fa57fca1931d21da1fd7 (patch)
tree7afe8a265dad0ee92fb0200d3daaee2b2e125c50
parentcd1ff76663854cc8710e8c14990fb9b57c5e7b3f (diff)
add pb.Save() and pb.Load()v0.0.23
-rw-r--r--auto.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto.proto b/auto.proto
index ef6c974..1774cd4 100644
--- a/auto.proto
+++ b/auto.proto
@@ -29,4 +29,5 @@ message Autos { // `autogenpb:marshal` `
string uuid = 1; // `autogenpb:uuid:94210ebf-a534-4b33-aadd-2f5e1f56ae38`
string version = 2; // `autogenpb:version:v0.0.1`
repeated Auto autos = 3;
+ string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
}