| 30 | } |
| 31 | |
| 32 | type FileUploadResult struct { |
| 33 | Id string `json:"id"` |
| 34 | PresignedUrl string `json:"presigned_url"` |
| 35 | PublicUrl string `json:"public_url"` |
| 36 | } |
| 37 | |
| 38 | type WrapperErrorResp struct { |
| 39 | ErrorResp ErrorResp |
nothing calls this directly
no outgoing calls
no test coverage detected