chore: apply linting

This commit is contained in:
Adrien Raffin-Caboisse 2022-04-25 22:27:44 +02:00
parent 3d302441b6
commit 2c448d4a5c
No known key found for this signature in database
GPG key ID: 7FB60532DEBEAD6A
7 changed files with 24 additions and 13 deletions

View file

@ -40,9 +40,9 @@ message Machine {
// bytes endpoints = 16;
// bytes enabled_routes = 17;
repeated string forced_tags = 18;
repeated string forced_tags = 18;
repeated string invalid_tags = 19;
repeated string valid_tags = 20;
repeated string valid_tags = 20;
}
message RegisterMachineRequest {
@ -63,8 +63,8 @@ message GetMachineResponse {
}
message SetTagsRequest {
uint64 machine_id = 1;
repeated string tags = 2;
uint64 machine_id = 1;
repeated string tags = 2;
}
message SetTagsResponse {