Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File interface { List(url mo_url.Url, path mo_path.DropboxPath, nEntry func(entry mo_file.Entry), opt ...ListOpt) error ListRecursive(url mo_url.Url, nEntry func(entry mo_file.Entry), opt ...ListOpt) error }
func New ¶
func New(ctx dbx_context.Context) File
type ListOpt ¶
func IncludeDeleted ¶
func IncludeDeleted() ListOpt
func IncludeHasExplicitSharedMembers ¶
func IncludeHasExplicitSharedMembers() ListOpt
Click to show internal directories.
Click to hide internal directories.