Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetCommand ¶
type GetCommand struct {
// contains filtered or unexported fields
}
func NewGetCommand ¶
func NewGetCommand(client interfaces.Client) *GetCommand
func (*GetCommand) Name ¶
func (cmd *GetCommand) Name() string
func (*GetCommand) ParseFlags ¶
func (cmd *GetCommand) ParseFlags(flags []string) error
func (*GetCommand) Run ¶
func (cmd *GetCommand) Run() error
type ListCommand ¶
type ListCommand struct {
// contains filtered or unexported fields
}
func NewListCommand ¶
func NewListCommand(client interfaces.Client) *ListCommand
func (*ListCommand) Name ¶
func (cmd *ListCommand) Name() string
func (*ListCommand) ParseFlags ¶
func (cmd *ListCommand) ParseFlags(flags []string) error
func (*ListCommand) Run ¶
func (cmd *ListCommand) Run() error
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func NewParser ¶
func NewParser(commands []interfaces.Command) *Parser
type UploadCommand ¶
type UploadCommand struct {
// contains filtered or unexported fields
}
func NewUploadCommand ¶
func NewUploadCommand(client interfaces.Client) *UploadCommand
func (*UploadCommand) Name ¶
func (cmd *UploadCommand) Name() string
func (*UploadCommand) ParseFlags ¶
func (cmd *UploadCommand) ParseFlags(flags []string) error
func (*UploadCommand) Run ¶
func (cmd *UploadCommand) Run() error
Click to show internal directories.
Click to hide internal directories.