Skip to content
Snippets Groups Projects
Commit 4b346d21 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

wip

parent a334a275
No related branches found
No related tags found
1 merge request!85Draft: Изменена спецификация Images, добавлены параметры получения изображений и команды для обработки
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment