summaryrefslogtreecommitdiff
path: root/package.proto
diff options
context:
space:
mode:
Diffstat (limited to 'package.proto')
-rw-r--r--package.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.proto b/package.proto
index 35b0233..0e34856 100644
--- a/package.proto
+++ b/package.proto
@@ -20,4 +20,5 @@ message Packages { // `autogenpb:marshal` `
string uuid = 1; // `autogenpb:uuid:2f26cc03-ea30-4481-a333-ad0acc86e1d3`
string version = 2; // `autogenpb:version:v0.0.1`
repeated Package packages = 3;
+ string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
}