Versions in this module Expand all Collapse all v0 v0.0.26 Nov 26, 2025 Changes in this version + const DirectoryType + const DocumentType + type AuthTokens struct + DeviceToken string + UserToken string + type BlobRootStorageRequest struct + Generation int64 + Initial bool + Method string + RelativePath string + RootSchema string + type BlobStorageRequest struct + Initial bool + Method string + ParentPath string + RelativePath string + type BlobStorageResponse struct + Expires string + MaxUploadSizeBytes int64 + Method string + RelativePath string + Url string + type DeleteDocument struct + ID string + Version int + type DeviceTokenRequest struct + Code string + DeviceDesc string + DeviceId string + type Document struct + BlobURLGet string + BlobURLGetExpires string + Bookmarked bool + CurrentPage int + ID string + Message string + ModifiedClient string + Parent string + Success bool + Type string + Version int + VissibleName string + func (doc Document) ToDeleteDocument() DeleteDocument + func (doc Document) ToMetaDocument() MetadataDocument + type MetadataDocument struct + ID string + ModifiedClient string + Parent string + Type string + Version int + VissibleName string + func CreateDirDocument(parent, name string) MetadataDocument + func CreateUploadDocumentMeta(id string, entryType, parent, name string) MetadataDocument + func (meta MetadataDocument) ToDocument() Document + type Node struct + Children map[string]*Node + Document *Document + Parent *Node + func CreateNode(document Document) Node + func (node *Node) EntyExists(id string) bool + func (node *Node) FindByName(name string) (*Node, error) + func (node *Node) Id() string + func (node *Node) IsDirectory() bool + func (node *Node) IsFile() bool + func (node *Node) IsRoot() bool + func (node *Node) LastModified() (time.Time, error) + func (node *Node) Name() string + func (node *Node) Version() int + type SyncCompletedRequest struct + Generation int64 + type UploadDocumentRequest struct + ID string + Type string + Version int + func CreateUploadDocumentRequest(id string, entryType string) UploadDocumentRequest + type UploadDocumentResponse struct + BlobURLPut string + BlobURLPutExpires string + ID string + Message string + Success bool + Version int