Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DescribeCommand ¶
type DescribeCommand struct {
// contains filtered or unexported fields
}
func NewDescribeCommand ¶
func (*DescribeCommand) Run ¶
func (d *DescribeCommand) Run(id string) error
type InstallCommand ¶
type InstallCommand struct {
// contains filtered or unexported fields
}
func NewInstallCommand ¶
func (*InstallCommand) Run ¶
func (d *InstallCommand) Run(id string) error
type ListCommand ¶
type ListCommand struct {
// contains filtered or unexported fields
}
func NewListCommand ¶
type RemoveCommand ¶
type RemoveCommand struct {
// contains filtered or unexported fields
}
func NewRemoveCommand ¶
func (*RemoveCommand) Run ¶
func (d *RemoveCommand) Run(id string) error
type UpdateCommand ¶
type UpdateCommand struct {
// contains filtered or unexported fields
}
func NewUpdateCommand ¶
func (*UpdateCommand) Run ¶
func (d *UpdateCommand) Run(id string) error
Click to show internal directories.
Click to hide internal directories.