Skip to content
Snippets Groups Projects
Commit 753fb911 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-635 add saerchBy to grpc

parent d0cff02b
Branches
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ message GrpcCreateVorgangResponse {
message GrpcFindVorgangRequest {
int32 offset = 1;
int32 limit = 2;
string searchBy = 3;
}
message GrpcFindVorgangResponse {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment