Versions in this module Expand all Collapse all v1 v1.74.0 Feb 20, 2026 v1.8.1 Feb 20, 2026 v1.8.0 Feb 20, 2026 Changes in this version + const ItemTypeFolder + type CompletedPart struct + ETag string + PartNumber int32 + type CopyRequest struct + DestinationID string + EntryIDs []string + type CopyResponse struct + Entries []Item + Status string + type CreateFolderRequest struct + Name string + ParentID json.Number + type CreateFolderResponse struct + Folder Item + Status string + type DeleteRequest struct + DeleteForever bool + EntryIDs []string + type DeleteResponse struct + Errors map[string]string + Message string + Status string + type Error struct + Message string + func (e Error) Error() string + type Item struct + Backup bool + Color any + CreatedAt time.Time + DeletedAt any + Description any + DiskPrefix any + Extension any + FileHash any + FileName string + FileSize int64 + Hash string + ID json.Number + IsDeleted int + IsEncrypted int + Iv any + Mime string + MuxStatus any + Name string + OwnerID int + ParentID json.Number + Path string + Permissions Permissions + Public bool + Tags []any + Thumbnail bool + ThumbnailURL any + Tracked int + Type string + URL string + UpdatedAt time.Time + UserID json.Number + Users []User + VaultID any + WorkspaceID int + type Listing struct + CurrentPage int + Data []Item + From int + LastPage int + NextPage int + PerPage int + PrevPage int + To int + Total int + type MoveRequest struct + DestinationID string + EntryIDs []string + type MoveResponse struct + Entries []Item + Status string + type MultiPartAbort struct + Key string + UploadID string + type MultiPartCompleteRequest struct + Key string + Parts []CompletedPart + UploadID string + type MultiPartCompleteResponse struct + Location string + type MultiPartCreateRequest struct + Extension string + Filename string + Mime string + ParentID json.Number + RelativePath string + Size int64 + type MultiPartCreateResponse struct + Key string + UploadID string + type MultiPartEntriesRequest struct + ClientExtension string + ClientMime string + ClientName string + Filename string + ParentID json.Number + RelativePath string + Size int64 + type MultiPartEntriesResponse struct + FileEntry Item + type MultiPartGetURLsRequest struct + Key string + PartNumbers []int + UploadID string + type MultiPartGetURLsResponse struct + URLs []struct{ ... } + type Permissions struct + FilesCreate bool + FilesDelete bool + FilesDownload bool + FilesUpdate bool + type SpaceUsageResponse struct + Available int64 + SEO any + Status string + Used int64 + type UpdateItemRequest struct + Description string + Name string + type UpdateItemResponse struct + FileEntry Item + Status string + type UploadResponse struct + FileEntry Item + Status string + type User struct + Avatar string + DisplayName string + Email string + EntryPermissions []any + ID json.Number + ModelType string + OwnsEntry bool