Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorUnexpectedFormat = errors.New("unexpected format")
)
Functions ¶
This section is empty.
Types ¶
type CopyRef ¶
type CopyRef interface { // `files/copy_reference/get` Resolve(path mo_path.DropboxPath) (entry mo_file.Entry, ref, expires string, err error) // `files/copy_reference/save` Save(path mo_path.DropboxPath, ref string) (entry mo_file.Entry, err error) }
func New ¶
func New(ctx dbx_context.Context) CopyRef
Click to show internal directories.
Click to hide internal directories.