sv_sharedlink_file

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 11 Imported by: 1

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

type ListOpt func(opt *ListOpts) *ListOpts

func IncludeDeleted

func IncludeDeleted() ListOpt

func IncludeHasExplicitSharedMembers

func IncludeHasExplicitSharedMembers() ListOpt

func Password

func Password(password string) ListOpt

type ListOpts

type ListOpts struct {
	IncludeDeleted                  bool
	IncludeHasExplicitSharedMembers bool
	Password                        string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL