Documentation ¶
Index ¶
- func Commands() *cobra.Command
- func Create(input cli.Input) error
- func Delete(input cli.Input) error
- func List(input cli.Input) error
- func Show(input cli.Input) error
- func Update(input cli.Input) error
- type CreateSubCommand
- type DeleteSubCommand
- type ListSubCommand
- type ShowSubCommand
- type UpdateSubCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateSubCommand ¶
type CreateSubCommand struct { cmd.CommandActioner // contains filtered or unexported fields }
type DeleteSubCommand ¶
type DeleteSubCommand struct {
cmd.CommandActioner
}
type ListSubCommand ¶
type ListSubCommand struct {
cmd.CommandActioner
}
type ShowSubCommand ¶
type ShowSubCommand struct {
cmd.CommandActioner
}
type UpdateSubCommand ¶
type UpdateSubCommand struct { cmd.CommandActioner // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.