| commit | 20c2ff08e3ec38d2388c80b580a129fc8a851add | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Sat Jan 11 08:34:38 2025 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Thu Jan 23 19:05:38 2025 +0000 |
| tree | 894b412c6ed8422b08401a17ab15050863734fdd | |
| parent | 2f9f624dee572823d0ead529c1507bb3605d9ae5 [diff] [blame] |
treewide: Fix FIELD_LOWER_SNAKE_CASE rule exception Change-Id: If59edf4c5483416c9779c382a5aafa58c7f73385 Reviewed-on: https://review.monogon.dev/c/monogon/+/3802 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI
diff --git a/metropolis/proto/common/common.proto b/metropolis/proto/common/common.proto index 4580ef2..e7b1b96 100644 --- a/metropolis/proto/common/common.proto +++ b/metropolis/proto/common/common.proto
@@ -54,8 +54,8 @@ // watcher and curator.Watch. bytes initial_crl = 3; message Peer { - string Name = 1; - string URL = 2; + string name = 1; + string url = 2; } repeated Peer peers = 4; }