Versions in this module Expand all Collapse all v0 v0.0.26 Nov 26, 2025 Changes in this version + func DocumentsFileTree(http *transport.HttpClientCtx) (*filetree.FileTreeCtx, error) + type ApiCtx struct + Http *transport.HttpClientCtx + func CreateCtx(http *transport.HttpClientCtx) (*ApiCtx, error) + func (ctx *ApiCtx) CreateDir(parentId, name string, notify bool) (*model.Document, error) + func (ctx *ApiCtx) DeleteEntry(node *model.Node) error + func (ctx *ApiCtx) FetchDocument(docId, dstPath string) error + func (ctx *ApiCtx) Filetree() *filetree.FileTreeCtx + func (ctx *ApiCtx) MoveEntry(src, dstDir *model.Node, name string) (*model.Node, error) + func (ctx *ApiCtx) Nuke() error + func (ctx *ApiCtx) Refresh() (err error) + func (ctx *ApiCtx) SyncComplete() error + func (ctx *ApiCtx) UploadDocument(parentId string, sourceDocPath string, notify bool) (*model.Document, error)