diff options
| -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() } |
