mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-02-24 23:13:53 +08:00
refactor: allow parts update in upload payload
This commit is contained in:
parent
70bb79b8b9
commit
44a91ee180
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ type FileUpdate struct {
|
|||
Starred *bool `json:"starred,omitempty"`
|
||||
ParentID string `json:"parentId,omitempty"`
|
||||
UpdatedAt time.Time `json:"updatedAt,omitempty"`
|
||||
Parts []Part `json:"parts,omitempty"`
|
||||
}
|
||||
|
||||
type FileResponse struct {
|
||||
|
|
Loading…
Reference in a new issue