wangbo 4 mesi fa
parent
commit
631c754b61
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {