diff options
| author | Jeff Carr <[email protected]> | 2025-10-06 23:50:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-06 23:50:08 -0500 |
| commit | ae99f04d57c53562519c31b5050e37290213e8aa (patch) | |
| tree | d9536e4653a0f1842ee63d0160040a34e08c6d85 /patch.proto | |
| parent | 75439164d72987f3bfe165cea92d0b7b3c8a2854 (diff) | |
autogenerated
Diffstat (limited to 'patch.proto')
| -rw-r--r-- | patch.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch.proto b/patch.proto index f4311ed..713e2b6 100644 --- a/patch.proto +++ b/patch.proto @@ -66,5 +66,5 @@ message Patches { // `autogenpb:marshal` string version = 2; // `autogenpb:version:v2.0.0` repeated Patch patches = 3; string Error = 4; // when passing these around, if there is an error, store it here - string Filename = 5; // allows autogenpb Save() + string filename = 6; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() } |
