Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Down ¶
type Down struct {
Peer dbx_conn.ConnScopedIndividual
Delete bool
SkipExisting bool
LocalPath mo_path2.FileSystemPath
DropboxPath mo_path.DropboxPath
Name mo_filter.Filter
Download *file.Download
}
type Online ¶
type Online struct {
rc_recipe.RemarkIrreversible
Peer dbx_conn.ConnScopedIndividual
Src mo_path.DropboxPath
Dst mo_path.DropboxPath
Upload *file.Upload
SkipExisting bool
Delete bool
Name mo_filter.Filter
Online *file.Online
}
type Up ¶
type Up struct {
rc_recipe.RemarkIrreversible
Peer dbx_conn.ConnScopedIndividual
LocalPath mo_path2.ExistingFileSystemPath
DropboxPath mo_path.DropboxPath
Upload *file.Upload
Overwrite bool
Delete bool
BatchSize mo_int.RangeInt
Name mo_filter.Filter
}
Click to show internal directories.
Click to hide internal directories.