Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Copy ¶
type Copy struct {
Peer dbx_conn.ConnScopedIndividual
Src mo_path.DropboxPath
Dst mo_path.DropboxPath
}
type Delete ¶
type Delete struct {
rc_recipe.RemarkIrreversible
Peer dbx_conn.ConnScopedIndividual
Path mo_path.DropboxPath
ProgressDelete app_msg.Message
}
type Info ¶
type Info struct {
Peer dbx_conn.ConnScopedIndividual
Path mo_path.DropboxPath
Metadata rp_model.RowReport
}
type List ¶
type List struct {
Peer dbx_conn.ConnScopedIndividual
Path mo_path.DropboxPath
Recursive bool
IncludeDeleted bool
IncludeMountedFolders bool
FileList rp_model.RowReport
}
type Merge ¶
type Merge struct {
rc_recipe.RemarkIrreversible
Peer dbx_conn.ConnScopedIndividual
From mo_path.DropboxPath
To mo_path.DropboxPath
DryRun bool
KeepEmptyFolder bool
WithinSameNamespace bool
}
type Move ¶
type Move struct {
rc_recipe.RemarkIrreversible
Peer dbx_conn.ConnScopedIndividual
Src mo_path.DropboxPath
Dst mo_path.DropboxPath
}
type Replication ¶
type Replication struct {
rc_recipe.RemarkIrreversible
Src dbx_conn.ConnScopedIndividual
Dst dbx_conn.ConnScopedIndividual
SrcPath mo_path.DropboxPath
DstPath mo_path.DropboxPath
ReplicationDiff rp_model.RowReport
ProgressDone app_msg.Message
}
func (*Replication) Exec ¶
func (z *Replication) Exec(c app_control.Control) error
func (*Replication) Preset ¶
func (z *Replication) Preset()
func (*Replication) Test ¶
func (z *Replication) Test(c app_control.Control) error
type Size ¶
type Size struct {
Peer dbx_conn.ConnScopedIndividual
Size rp_model.RowReport
Path mo_path.DropboxPath
Depth mo_int.RangeInt
Folder kv_storage.Storage
Sum kv_storage.Storage
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.