wangbo hai 4 meses
pai
achega
631c754b61
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      response.go

+ 1 - 0
response.go

@@ -4,6 +4,7 @@ type (
 	MetaData struct {
 		FileName string `json:"fileName"`
 		FileType string `json:"fileType"`
+		Size     string `json:"size"`
 	}
 
 	UrlWithMetaData struct {