From 4b346d2170b48fec2b4e8510bbabd9c7802c7ff6 Mon Sep 17 00:00:00 2001 From: Semyon Krestyaninov <krestyaninov@perx.ru> Date: Fri, 27 Dec 2024 12:29:39 +0300 Subject: [PATCH] wip --- proto/images/images.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/images/images.proto b/proto/images/images.proto index 165be05..6413038 100644 --- a/proto/images/images.proto +++ b/proto/images/images.proto @@ -6,7 +6,7 @@ option go_package = "git.perx.ru/perxis/perxis-go/proto/images;images"; package images; -message Param { +message Command { string op = 1; repeated string value = 2; } @@ -14,7 +14,7 @@ message Param { message GetRequest { message GetOptions { - repeated Param params = 1; + repeated Command commands = 1; // TODO Добавить описание для полей optional string preset = 2; optional string format = 3; -- GitLab