diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 00:05:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 00:05:54 -0500 |
| commit | cd5d073138cd52e21d3cdf751b39260ddedd4aba (patch) | |
| tree | 46c8f9502c66412a0539c58b3ffa775e4d3e0ba1 /repo.proto | |
| parent | bf3337b6a4e7b2a887b3efa0873bae7a9aebcdf6 (diff) | |
add pb.Save() and pb.Load()
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() } |
