From 75439164d72987f3bfe165cea92d0b7b3c8a2854 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 6 Oct 2025 23:10:07 -0500 Subject: allows autogenerated pb.Load() pb.Save() --- patch.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'patch.proto') diff --git a/patch.proto b/patch.proto index bc4ad95..f4311ed 100644 --- a/patch.proto +++ b/patch.proto @@ -66,4 +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() } -- cgit v1.2.3