Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 CommandUpload ¶
type CommandUpload struct {
// contains filtered or unexported fields
}
func (*CommandUpload) Run ¶
func (r *CommandUpload) Run() error
Click to show internal directories.
Click to hide internal directories.