mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-11 19:53:55 +08:00
发布v2.13.1版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -77,3 +77,21 @@ type AttachmentChooserListModel struct {
|
||||
type AttachmentClearInp struct {
|
||||
Kind string `json:"kind" dc:"上传类型"`
|
||||
}
|
||||
|
||||
// CheckMultipartInp 检查文件分片
|
||||
type CheckMultipartInp struct {
|
||||
*storager.CheckMultipartParams
|
||||
}
|
||||
|
||||
type CheckMultipartModel struct {
|
||||
*storager.CheckMultipartModel
|
||||
}
|
||||
|
||||
// UploadPartInp 上传分片
|
||||
type UploadPartInp struct {
|
||||
*storager.UploadPartParams
|
||||
}
|
||||
|
||||
type UploadPartModel struct {
|
||||
*storager.UploadPartModel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user