Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyTaskOption ¶
type CopyTaskOption struct { SrcPath string `json:"src_path"` DstPath string `json:"dst_path"` Override bool `json:"override"` }
func (*CopyTaskOption) String ¶
func (opt *CopyTaskOption) String() string
type DownloadTask ¶
func (*DownloadTask) String ¶
func (opt *DownloadTask) String() string
type FS ¶
type MoveTaskOption ¶
type MoveTaskOption struct { SrcPath string `json:"src_path"` DstPath string `json:"dst_path"` Override bool `json:"override"` }
func (*MoveTaskOption) String ¶
func (opt *MoveTaskOption) String() string
type RemoveTaskOption ¶
type RemoveTaskOption struct {
Path string `json:"path"`
}
func (*RemoveTaskOption) Execute ¶
func (opt *RemoveTaskOption) Execute(task runner.Task, fs FS) error
func (*RemoveTaskOption) String ¶
func (opt *RemoveTaskOption) String() string
Click to show internal directories.
Click to hide internal directories.