Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyLocalToRemoteInput ¶
type CopyLocalToRemoteInput struct {
Dryrun bool
Recursive bool
CreateDir bool
SkipConfirm bool
Regexp string
Remove bool
Src string `validate:"required"`
Dest string `validate:"required"`
}
CopyLocalToRemoteInput -
type CopyLocalToRemoteOutput ¶
type CopyLocalToRemoteOutput struct {
CopiedNum int
}
CopyLocalToRemoteOutput -
type FileOps ¶
type FileOps interface {
CopyLocalToRemote(*CopyLocalToRemoteInput) (*CopyLocalToRemoteOutput, error)
RemoveLocal(*RemoveLocalInput) (*RemoveLocalOutput, error)
}
FileOps -
Click to show internal directories.
Click to hide internal directories.