Documentation
¶
Index ¶
- Constants
- func Cancel()
- func Exit(code int)
- func IoctlGetTermios() *unix.Termios
- func IoctlSetTermios(termios *unix.Termios)
- type Cli
- type Command
- type CommandCd
- type CommandDownload
- type CommandLs
- type CommandMkdir
- type CommandMv
- type CommandRename
- type CommandRm
- type CommandToTv
- type CommandUpload
- type Device
Constants ¶
View Source
const CommandUsage = `` /* 411-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func IoctlGetTermios ¶ added in v0.2.0
func IoctlSetTermios ¶ added in v0.2.0
Types ¶
type Cli ¶
type Cli struct {
// contains filtered or unexported fields
}
func (*Cli) PrintFiles ¶
func (r *Cli) PrintFiles(files []*aliyundrive.File)
type CommandDownload ¶
type CommandDownload struct {
// contains filtered or unexported fields
}
func (*CommandDownload) Run ¶
func (r *CommandDownload) Run() error
type CommandMkdir ¶
type CommandMkdir struct {
// contains filtered or unexported fields
}
func (*CommandMkdir) Run ¶
func (r *CommandMkdir) Run() error
type CommandRename ¶ added in v0.6.0
type CommandRename struct {
// contains filtered or unexported fields
}
func (*CommandRename) Run ¶ added in v0.6.0
func (r *CommandRename) Run() error
type CommandToTv ¶ added in v0.4.0
type CommandToTv struct {
// contains filtered or unexported fields
}
func (*CommandToTv) Run ¶ added in v0.4.0
func (r *CommandToTv) Run() error
type CommandUpload ¶
type CommandUpload struct {
// contains filtered or unexported fields
}
func (*CommandUpload) Run ¶
func (r *CommandUpload) Run() error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.