diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 00:46:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 00:46:05 -0500 |
| commit | 12299bc914c4037d6006f789116da9471c4944f0 (patch) | |
| tree | 6a3e122b657b9449694eb0d674d755ddab72494f | |
| parent | f9e2b4761eccfca3cffb16e89e94db9997c6f684 (diff) | |
must be uppercase (?)
| -rw-r--r-- | patch.proto | 2 | ||||
| -rw-r--r-- | set.proto | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/patch.proto b/patch.proto index 4517c26..fe8e3e7 100644 --- a/patch.proto +++ b/patch.proto @@ -65,6 +65,6 @@ message Patches { // `autogenpb:marshal` string uuid = 1; // `autogenpb:uuid:2679065e-c81d-4a00-aca4-03c158a834fb` string version = 2; // `autogenpb:version:v2.0.0` repeated Patch patches = 3; - string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() + string Filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() string Error = 5; // when passing these around, if there is an error, store it here } @@ -29,5 +29,5 @@ message Sets { // `autogenpb:mars string uuid = 1; // `autogenpb:uuid:be926ad9-f07f-484c-adf2-d96eeabf3079` string version = 2; // `autogenpb:version:v0.0.45` repeated Set sets = 3; - string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() + string Filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() } |
