|
@@ -2,10 +2,11 @@ package osm_sdk
|
|
|
|
|
|
|
|
type (
|
|
type (
|
|
|
MetaData struct {
|
|
MetaData struct {
|
|
|
- FileName string `json:"fileName"`
|
|
|
|
|
- FileType string `json:"fileType"`
|
|
|
|
|
- SizeStr string `json:"size"`
|
|
|
|
|
- Size int64 `json:"-"`
|
|
|
|
|
|
|
+ FileName string `json:"fileName"`
|
|
|
|
|
+ FileType string `json:"fileType"`
|
|
|
|
|
+ SizeStr string `json:"size"`
|
|
|
|
|
+ Size int64 `json:"-"`
|
|
|
|
|
+ ContentType string `json:"contentType"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
UrlWithMetaData struct {
|
|
UrlWithMetaData struct {
|