Skip to content
Snippets Groups Projects
Commit 000b3eba authored by Anton Sattarov's avatar Anton Sattarov
Browse files

fix

parent fd10b474
No related branches found
No related tags found
1 merge request!77Добавлен метод GetArchived для получения элемента из Архива
This commit is part of merge request !77. Comments created here will be created in the context of that merge request.
......@@ -485,4 +485,5 @@ service Items {
rpc Archive(ArchiveRequest) returns(google.protobuf.Empty) {}
rpc FindArchived(FindArchivedRequest) returns(FindArchivedResponse) {}
rpc Unarchive(UnarchiveRequest) returns(google.protobuf.Empty) {}
rpc GetArchived(GetArchivedRequest) returns(GetArchivedResponse) {}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment