Versions in this module Expand all Collapse all v1 v1.54.4 Nov 23, 2020 Changes in this version + const ItemTypeFile + const ItemTypeFolder + const ListRequestSelect + type DownloadSpecification struct + Metadata string + Token string + Type string + URL string + type Error struct + Code string + Message struct{ ... } + Reason string + func (e *Error) Error() string + type Item struct + CreatedAt time.Time + FileCount int32 + FileName string + Hash string + ID string + IsHidden bool + ModifiedAt time.Time + Name string + Size int64 + Type string + type ListResponse struct + OdataCount int + Value []Item + type Parent struct + ID string + type UpdateItemRequest struct + Description string + ExpirationDate *time.Time + FileName string + ModifiedAt *time.Time + Name string + Parent *Parent + Zone *Zone + type UploadFinishResponse struct + Error bool + ErrorCode int + ErrorMessage string + Value []struct{ ... } + func (finish *UploadFinishResponse) ID() (string, error) + type UploadRequest struct + BaseFileID string + BatchID string + BatchLast *bool + CanResume *bool + CreatedDate time.Time + Details string + ExpirationDays *int + Filename string + Filesize *int64 + IsSend *bool + Method string + ModifiedDate time.Time + Notify *bool + OpID string + Overwrite bool + Raw bool + SendGUID string + StartOver *bool + ThreadCount *int + Title string + Tool string + type UploadSpecification struct + ChunkURI string + FinishURI string + IsResume bool + MaxNumberOfThreads int + Method string + PrepareURI string + ProgressData string + ResumeFileHash string + ResumeIndex int64 + ResumeOffset int64 + type Zone struct + ID string