Versions in this module Expand all Collapse all v0 v0.0.26 Nov 26, 2025 Changes in this version + func AuthHttpCtx(reAuth, nonInteractive bool) *transport.HttpClientCtx + type ApiCtx interface + CreateDir func(parentId, name string, notify bool) (*model.Document, error) + DeleteEntry func(node *model.Node) error + FetchDocument func(docId, dstPath string) error + Filetree func() *filetree.FileTreeCtx + MoveEntry func(src, dstDir *model.Node, name string) (*model.Node, error) + Nuke func() error + Refresh func() error + SyncComplete func() error + UploadDocument func(parentId string, sourceDocPath string, notify bool) (*model.Document, error) + func CreateApiCtx(httpCtx *transport.HttpClientCtx, syncVerison SyncVersion) (ctx ApiCtx, err error) + type SyncVersion int + const Version10 + const Version15 + func (s SyncVersion) String() string + type UserInfo struct + SyncVersion SyncVersion + User string + func ParseToken(userToken string) (token *UserInfo, err error) + type UserToken struct + Auth0 struct{ ... } + Scopes string