feat: implement new structure
This commit is contained in:
9
backend/app/http/v1/dto/common.go
Normal file
9
backend/app/http/v1/dto/common.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package dto
|
||||
|
||||
type UploadResult struct {
|
||||
ID string `json:"id"`
|
||||
URL string `json:"url"`
|
||||
Filename string `json:"filename"`
|
||||
Size int64 `json:"size"`
|
||||
MimeType string `json:"mimeType"`
|
||||
}
|
||||
Reference in New Issue
Block a user