Documentation
¶
Index ¶
- type CommandGateway
- type FileDto
- type FileQueryInterface
- type FileQueryUsecase
- type FilerCommand
- func (filerCommand *FilerCommand) ChangeDirectory(id string, destinationPath string) error
- func (filerCommand *FilerCommand) CreateNewFiler(initialPath string) (string, error)
- func (filerCommand *FilerCommand) CurrentPath(id string) string
- func (filerCommand *FilerCommand) OpenEditor(id string, path string)
- func (filerCommand *FilerCommand) OpenShell(id string)
- func (filerCommand *FilerCommand) UpDirectory(id string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandGateway ¶
type FileQueryInterface ¶
type FileQueryUsecase ¶
type FileQueryUsecase struct {
// contains filtered or unexported fields
}
func NewFileQuery ¶
func NewFileQuery(fileQuery FileQueryInterface) (*FileQueryUsecase, error)
type FilerCommand ¶
type FilerCommand struct {
// contains filtered or unexported fields
}
func NewFilerCommand ¶
func NewFilerCommand(fileRepository file.Repository, filerRepository filer.Repository, commandGateway CommandGateway) *FilerCommand
func (*FilerCommand) ChangeDirectory ¶
func (filerCommand *FilerCommand) ChangeDirectory(id string, destinationPath string) error
func (*FilerCommand) CreateNewFiler ¶
func (filerCommand *FilerCommand) CreateNewFiler(initialPath string) (string, error)
func (*FilerCommand) CurrentPath ¶
func (filerCommand *FilerCommand) CurrentPath(id string) string
func (*FilerCommand) OpenEditor ¶
func (filerCommand *FilerCommand) OpenEditor(id string, path string)
func (*FilerCommand) OpenShell ¶
func (filerCommand *FilerCommand) OpenShell(id string)
func (*FilerCommand) UpDirectory ¶
func (filerCommand *FilerCommand) UpDirectory(id string) (string, error)
Click to show internal directories.
Click to hide internal directories.