Versions in this module Expand all Collapse all v1 v1.2.3 Jul 28, 2025 v1.2.2 Mar 15, 2025 v1.2.1 Mar 14, 2025 v1.1.1 Feb 7, 2025 v1.1.0 Feb 7, 2025 v1.0.1 Feb 7, 2025 v0 v0.1.0 Oct 21, 2024 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