Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewFileCommand, NewCreateDirectoryCommand)
Functions ¶
func NewUploadCommand ¶
func NewUploadCommand(fileService service.FileService) *cli.Command
Types ¶
type Command ¶
type Command struct {
Command *cli.Command
}
func NewFileCommand ¶
func NewFileCommand(createDirectoryCommand *CreateDirectoryCommand, fileService service.FileService) Command
type CreateDirectoryCommand ¶
type CreateDirectoryCommand struct {
// contains filtered or unexported fields
}
func NewCreateDirectoryCommand ¶
func NewCreateDirectoryCommand(fileService service.FileService) *CreateDirectoryCommand
Click to show internal directories.
Click to hide internal directories.