소스 검색

添加Size

wangbo 4 달 전
부모
커밋
631c754b61
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {