Skip to content

Commit

Permalink
feat: pet replace imageurls with images
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Dec 31, 2023
1 parent b79682f commit 07e3235
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion johnjud/backend/pet/v1/pet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax = "proto3";

package johnjud.backend.pet.v1;

import "johnjud/file/image/v1/image.proto";

option go_package = "johnjud/backend/pet/v1";

service PetService {
Expand Down Expand Up @@ -33,8 +35,8 @@ message Pet{
Gender gender = 6;
string habit = 7;
string caption = 8;
repeated johnjud.file.image.v1.Image images = 9;
PetStatus status = 10;
repeated string imageUrls = 9;
bool isSterile = 11;
bool isVaccinated = 12;
bool isVisible = 13;
Expand Down

0 comments on commit 07e3235

Please sign in to comment.