Skip to content
Snippets Groups Projects
Commit 227671cf authored by ko_oler's avatar ko_oler
Browse files

Переименованы поля ('From' и 'To') в сервисе "Лог"

parent 0a04737a
No related branches found
No related tags found
1 merge request!78Переименованы поля ('From' и 'To') в сервисе "Лог"
......@@ -61,10 +61,10 @@ message FindOptions {
int32 limit = 4;
// Ограничение результатов по времени начиная с этим временем (pagination)
google.protobuf.Timestamp from = 5;
google.protobuf.Timestamp after = 5;
// Ограничение результатов по времени заканчивая этим временем (pagination)
google.protobuf.Timestamp to = 6;
google.protobuf.Timestamp before = 6;
}
......
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