diff options
Diffstat (limited to 'droplet.proto')
| -rw-r--r-- | droplet.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/droplet.proto b/droplet.proto index f1bba16..208bdaa 100644 --- a/droplet.proto +++ b/droplet.proto @@ -10,6 +10,7 @@ message Droplets { // `autogenpb: string uuid = 1; // `autogenpb:uuid:d5d492e2-38d4-476b-86f3-f5abf01f9d6d` string version = 2; // `autogenpb:version:v0.0.1` repeated Droplet droplets = 3; + string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() } message Droplet { // `autogenpb:marshal` |
