Skip to content

Commit

Permalink
Merge pull request #1 from isd-sgcu/fix/object-proto
Browse files Browse the repository at this point in the history
fix: find by key object request
  • Loading branch information
macgeargear authored Jun 25, 2024
2 parents bc89baf + 1033a04 commit ce0da89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rpkm67/store/object/v1/object.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ message Object{
}

// FindByKey
message FindByKeyObjectRequest{}
message FindByKeyObjectRequest{
string key = 1;
}

message FindByKeyObjectResponse{
Object object = 1;
Expand Down

0 comments on commit ce0da89

Please sign in to comment.