Fix tabs vs spaces & sync protos

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
Guillaume Tardif 2020-11-17 18:34:39 +01:00
Родитель 4c0c8d4e08
Коммит cb88187c5a
1 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -55,10 +55,10 @@ message ComposeStacksResponse {
}
message Stack {
string id = 1;
string name = 2;
string status = 3;
string reason = 4;
string id = 1;
string name = 2;
string status = 3;
string reason = 4;
}
message ComposeServicesRequest {
@ -73,8 +73,8 @@ message ComposeServicesResponse {
message Service {
string id = 1;
string name = 2;
uint32 replicas = 3;
uint32 desired = 4;
repeated string Ports = 5;
string name = 2;
uint32 replicas = 3;
uint32 desired = 4;
repeated string Ports = 5;
}