chore: apply linting
This commit is contained in:
parent
3d302441b6
commit
2c448d4a5c
7 changed files with 24 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue