wangbo hace 4 meses
padre
commit
631c754b61
Se han modificado 1 ficheros con 1 adiciones y 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 {