Skip to content

Commit

Permalink
feat: findall add isAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Feb 21, 2024
1 parent b007e37 commit 03bd02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions johnjud/backend/pet/v1/pet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ message FindAllPetRequest{
int32 page = 9;
int32 maxAge = 10;
int32 minAge = 11;
bool isAdmin = 12;
}

message FindAllPetResponse{
Expand Down

0 comments on commit 03bd02c

Please sign in to comment.