Documentation ¶
Index ¶
Constants ¶
View Source
const ( TASK_TYPE_DELETE = "delete" TASK_TYPE_COPY = "copy" TASK_TYPE_MOVE = "move" TASK_TYPE_RENAME = "rename" TASK_TYPE_SYNC = "sync" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenameArgs ¶
type RenameArgs struct { TaskArgs Prefix string `json:"prefix"` Extension string `json:"extension"` }
func (*RenameArgs) GetArgs ¶
func (r *RenameArgs) GetArgs() interface{}
type SyncArgs ¶
Click to show internal directories.
Click to hide internal directories.