Skip to content

Commit

Permalink
feat: add response code and error on FileUploadResponse struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jerichosiahaya committed Aug 19, 2023
1 parent b1d5e9e commit c3c8283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ type FileUploadResponse struct {
Key string `json:"Key"`
Message string `json:"message"`
Data []byte
Code string `json:"statusCode"`
Error string `json:"error"`
}

type SignedUrlResponse struct {
Expand Down

0 comments on commit c3c8283

Please sign in to comment.