Skip to content

Commit

Permalink
feat: image service interface
Browse files Browse the repository at this point in the history
  • Loading branch information
macgeargear committed Jan 10, 2024
1 parent 60d433c commit a49b478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pkg/service/image/image.service.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ type Service interface {
FindByPetId(string) ([]*dto.ImageResponse, *dto.ResponseErr)
Upload(*dto.UploadImageRequest) (*dto.ImageResponse, *dto.ResponseErr)
Delete(string) (*dto.DeleteImageResponse, *dto.ResponseErr)
AssignPet(*dto.AssignPetRequest) (*dto.AssignPetResponse, *dto.ResponseErr)
}

0 comments on commit a49b478

Please sign in to comment.