Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MUpload = app_msg.Apply(&MsgUpload{}).(*MsgUpload)
)
Functions ¶
This section is empty.
Types ¶
type Download ¶
type Download struct {
Context dbx_context.Context
Delete bool
Overwrite bool
LocalPath mo_path2.FileSystemPath
DropboxPath mo_path.DropboxPath
Downloaded rp_model.TransactionReport
Skipped rp_model.TransactionReport
Deleted rp_model.RowReport
Summary rp_model.RowReport
Name mo_filter.Filter
}
type Online ¶
type Online struct {
Context dbx_context.Context
Delete bool
Overwrite bool
SrcPath mo_path.DropboxPath
DstPath mo_path.DropboxPath
Uploaded rp_model.TransactionReport
Skipped rp_model.TransactionReport
Deleted rp_model.RowReport
Summary rp_model.RowReport
Name mo_filter.Filter
}
type Summary ¶
type Summary struct {
Start time.Time `json:"start"`
End time.Time `json:"end"`
NumBytes int64 `json:"num_bytes"`
NumFilesError int64 `json:"num_files_error"`
NumFilesTransferred int64 `json:"num_files_transferred"`
NumFilesSkip int64 `json:"num_files_skip"`
NumFolderCreated int64 `json:"num_folder_created"`
NumDeleted int64 `json:"num_delete"`
NumApiCall int64 `json:"num_api_call"`
}
type Upload ¶
type Upload struct {
Context dbx_context.Context
Delete bool
Overwrite bool
BatchSize int
LocalPath mo_path2.FileSystemPath
DropboxPath mo_path.DropboxPath
Uploaded rp_model.TransactionReport
Skipped rp_model.TransactionReport
Deleted rp_model.RowReport
Summary rp_model.RowReport
Name mo_filter.Filter
}
Click to show internal directories.
Click to hide internal directories.