Documentation ¶
Index ¶
Constants ¶
View Source
const CommandUsage = `` /* 411-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func IoctlSetTermios ¶ added in v0.2.0
func IoctlSetTermios(termios *Termios)
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
type Termios ¶ added in v0.7.0
type Termios struct {
// contains filtered or unexported fields
}
func GetTermios ¶ added in v0.7.0
func GetTermios() *Termios
func IoctlGetTermios ¶ added in v0.2.0
func IoctlGetTermios() *Termios
Source Files ¶
Click to show internal directories.
Click to hide internal directories.