built_in

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2021 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChdirCommand

type ChdirCommand struct {
	DotService dot_gdrive_service.DotGDriveService `inject:"*"`
	// contains filtered or unexported fields
}

func (ChdirCommand) Command

func (ChdirCommand) Command() string

func (*ChdirCommand) Execute

func (cmd *ChdirCommand) Execute(args ...string) int

type DirCommand

type DirCommand struct {
	DriveAPI      intf.DriveAPI                `inject:"*"`
	CryptoFactory crypto_service.CryptoFactory `inject:"*"`
}

func (DirCommand) Command

func (DirCommand) Command() string

func (*DirCommand) Execute

func (cmd *DirCommand) Execute(args ...string) int

func (*DirCommand) PostSummerConstruct

func (cmd *DirCommand) PostSummerConstruct()

type DirsCommand

type DirsCommand struct {
	DriveAPI intf.DriveAPI `inject:"*"`
}

func (DirsCommand) Command

func (DirsCommand) Command() string

func (*DirsCommand) Execute

func (cmd *DirsCommand) Execute(args ...string) int

type EnvCommand

type EnvCommand struct {
	EnvironmentService environment_service.EnvironmentService `inject:"*"`
	CryptoFactory      crypto_service.CryptoFactory           `inject:"*"`
	DriveAPI           intf.DriveAPI                          `inject:"*"`
}

func (EnvCommand) Command

func (EnvCommand) Command() string

func (*EnvCommand) Execute

func (cmd *EnvCommand) Execute(args ...string) int

type FolderCommand

type FolderCommand struct {
	DriveAPI intf.DriveAPI `inject:"*"`
}

func (FolderCommand) Command

func (FolderCommand) Command() string

func (*FolderCommand) Execute

func (cmd *FolderCommand) Execute(args ...string) int

type InfoCommand

type InfoCommand struct {
	DriveAPI      intf.DriveAPI                `inject:"*"`
	CryptoFactory crypto_service.CryptoFactory `inject:"*"`
}

func (InfoCommand) Command

func (InfoCommand) Command() string

func (*InfoCommand) Execute

func (cmd *InfoCommand) Execute(args ...string) int

type ListCommand

type ListCommand struct {
	EnvSvc environment_service.EnvironmentService `inject:"*"`
}

func (ListCommand) Command

func (ListCommand) Command() string

func (*ListCommand) Execute

func (cmd *ListCommand) Execute(args ...string) int

type LsCommand

type LsCommand struct {
	DriveAPI     intf.DriveAPI                      `inject:"*"`
	InterruptSvc interrupt_service.InterruptService `inject:"*"`
	// contains filtered or unexported fields
}

func (LsCommand) Command

func (LsCommand) Command() string

func (*LsCommand) Execute

func (cmd *LsCommand) Execute(args ...string) int

type PwdCommand

type PwdCommand struct {
}

func (PwdCommand) Command

func (PwdCommand) Command() string

func (*PwdCommand) Execute

func (cmd *PwdCommand) Execute(args ...string) int

type SetCoderCommand

type SetCoderCommand struct {
	environment_service.EnvironmentService `inject:"*"`
	crypto_service.CryptoFactory           `inject:"*"`
}

func (SetCoderCommand) Command

func (SetCoderCommand) Command() string

func (*SetCoderCommand) Execute

func (cmd *SetCoderCommand) Execute(args ...string) int

type SetPasswordCommand

type SetPasswordCommand struct {
	CryptoFactory crypto_service.CryptoFactory `inject:"*"`
}

func (SetPasswordCommand) Command

func (SetPasswordCommand) Command() string

func (*SetPasswordCommand) Execute

func (cmd *SetPasswordCommand) Execute(args ...string) int

type UpCommand

type UpCommand struct {
	DriveAPI intf.DriveAPI `inject:"*"`
}

func (UpCommand) Command

func (UpCommand) Command() string

func (*UpCommand) Execute

func (cmd *UpCommand) Execute(args ...string) int

type VersionCommand

type VersionCommand struct {
	DriveAPI intf.DriveAPI `inject:"*"`
}

func (VersionCommand) Command

func (VersionCommand) Command() string

func (*VersionCommand) Execute

func (cmd *VersionCommand) Execute(args ...string) int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL