Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + type File interface + List func(url mo_url.Url, path mo_path.DropboxPath, nEntry func(entry mo_file.Entry), ...) error + ListRecursive func(url mo_url.Url, nEntry func(entry mo_file.Entry), opt ...ListOpt) error + func New(ctx dbx_context.Context) File + type ListOpt func(opt *ListOpts) *ListOpts + func IncludeDeleted() ListOpt + func IncludeHasExplicitSharedMembers() ListOpt + func Password(password string) ListOpt + type ListOpts struct + IncludeDeleted bool + IncludeHasExplicitSharedMembers bool + Password string