diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 00:03:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 00:03:59 -0500 |
| commit | acd07ddd1ab5a758d239fa57fca1931d21da1fd7 (patch) | |
| tree | 7afe8a265dad0ee92fb0200d3daaee2b2e125c50 | |
| parent | cd1ff76663854cc8710e8c14990fb9b57c5e7b3f (diff) | |
add pb.Save() and pb.Load()v0.0.23
| -rw-r--r-- | auto.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() } |
