Versions in this module Expand all Collapse all v1 v1.69.23 Mar 12, 2025 v1.69.22 Mar 12, 2025 v1.69.21 Mar 12, 2025 v1.69.2 Mar 12, 2025retracted Changes in this version + const APIServerURL + const AddResultDunno04 + const AddResultDunno09 + const AddResultError01 + const AddResultFailedA + const AddResultFailedB + const AddResultInvalidName + const AddResultNoFreeSpace + const AddResultNotModified + const AddResultOK + const AddResultWrongPath + const BinContentType + const DispatchServerURL + const DunnoNodeIDLength + const ListItemFile + const ListItemFolder + const ListItemMountPoint + const ListItemSharedFolder + const ListOptDefaults + const ListOptDelete + const ListOptFingerprint + const ListOptFolderSize + const ListOptTotalSpace + const ListOptUnknown128 + const ListOptUnknown16 + const ListOptUnknown256 + const ListOptUnknown8 + const ListOptUsedSpace + const ListParseDone + const ListParsePin + const ListParsePinUpper + const ListParseReadItem + const ListParseUnknown15 + const ListResultAlreadyExists04 + const ListResultAlreadyExists09 + const ListResultDunno02 + const ListResultDunno03 + const ListResultDunno05 + const ListResultDunno06 + const ListResultDunno07 + const ListResultDunno08 + const ListResultDunno10 + const ListResultDunno11 + const ListResultDunno12 + const ListResultFailedA + const ListResultFailedB + const ListResultNotExists + const ListResultOK + const MkdirResultAlreadyExists + const MkdirResultExistsDifferentCase + const MkdirResultFailed254 + const MkdirResultInvalidName + const MkdirResultOK + const MkdirResultSourceNotExists + const MoveResultAlreadyExists + const MoveResultFailed002 + const MoveResultFailed005 + const MoveResultFailed254 + const MoveResultOK + const MoveResultSourceNotExists + const OAuthClientID + const OAuthURL + const Operation102MaybeAbout + const Operation104MaybeDelete + const Operation154MaybeItemInfo + const OperationAddFile + const OperationCreateFolder + const OperationFolderList + const OperationRename + const OperationSharedFoldersList + const PublicLinkURL + const TreeIDLength + var ErrorInvalidLength = errors.New("invalid length") + var ErrorPrematureEOF = errors.New("premature EOF") + var ErrorZeroTerminate = errors.New("string must end with zero") + type BinReader struct + func NewBinReader(reader io.Reader) *BinReader + func (r *BinReader) Count() uint64 + func (r *BinReader) Error() error + func (r *BinReader) ReadByteAsInt() int + func (r *BinReader) ReadByteAsShort() int16 + func (r *BinReader) ReadBytesByLength() []byte + func (r *BinReader) ReadDate() time.Time + func (r *BinReader) ReadIntSpl() int + func (r *BinReader) ReadNBytes(len int) []byte + func (r *BinReader) ReadPu32() int64 + func (r *BinReader) ReadString() string + func (r *BinReader) ReadULong() uint64 + type BinWriter struct + func NewBinWriter() *BinWriter + func (w *BinWriter) Bytes() []byte + func (w *BinWriter) Reader() io.Reader + func (w *BinWriter) Write(buf []byte) + func (w *BinWriter) WriteP64(val int64) + func (w *BinWriter) WritePu16(val int) + func (w *BinWriter) WritePu32(val int64) + func (w *BinWriter) WritePu64(val int64) + func (w *BinWriter) WriteString(str string) + func (w *BinWriter) WriteWithLength(buf []byte) + type CleanupResponse struct + Email string + StatusStr string + Time int64 + type FileErrorResponse struct + Account string + Body struct{ ... } + Message string + Status int + Time int64 + func (e *FileErrorResponse) Error() string + type FolderInfoResponse struct + Body struct{ ... } + Email string + Status int + Time int64 + type GenericBodyResponse struct + Body string + Email string + Status int + Time int64 + type GenericResponse struct + Email string + Status int + Time int64 + type ItemInfoResponse struct + Body ListItem + Email string + Status int + Time int64 + type ListItem struct + Count struct{ ... } + Grev int + Hash string + Home string + Kind string + Mtime uint64 + Name string + Rev int + Size int64 + Tree string + Type string + VirusScan string + type ServerErrorResponse struct + Message string + Status int + Time int64 + func (e *ServerErrorResponse) Error() string + type UserInfoResponse struct + Body struct{ ... } + Email string + Status int + Time int64 v1.69.1-4 Mar 12, 2025 v1.69.1-3 Mar 12, 2025 v1.69.1-2 Mar 12, 2025