From cd5d073138cd52e21d3cdf751b39260ddedd4aba Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 00:05:54 -0500 Subject: add pb.Save() and pb.Load() --- repo.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'repo.proto') diff --git a/repo.proto b/repo.proto index 9daa44f..1968192 100644 --- a/repo.proto +++ b/repo.proto @@ -77,4 +77,5 @@ message Repos { // `autogenpb repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this bool hasFullScan = 4; // a full repo scan has been saved to disk google.protobuf.Timestamp fullScan = 5; // mtime of the last full scan saved to disk + string filename = 6; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() } -- cgit v1.2.3