Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(options core.BindOptions) *cobra.Command
Types ¶
type ActionCommand ¶
type ActionCommand struct {
// contains filtered or unexported fields
}
func (*ActionCommand) Execute ¶
func (c *ActionCommand) Execute(ctx core.CommandContext) error
type CreateCommand ¶
type CreateCommand struct {
// contains filtered or unexported fields
}
func (*CreateCommand) Execute ¶
func (c *CreateCommand) Execute(ctx core.CommandContext) error
type GetCommand ¶
type GetCommand struct{}
func (*GetCommand) Execute ¶
func (c *GetCommand) Execute(ctx core.CommandContext) error
type ListCommand ¶
type ListCommand struct {
// contains filtered or unexported fields
}
func (*ListCommand) Execute ¶
func (c *ListCommand) Execute(ctx core.CommandContext) error
type ResolveCommand ¶
type ResolveCommand struct {
// contains filtered or unexported fields
}
func (*ResolveCommand) Execute ¶
func (c *ResolveCommand) Execute(ctx core.CommandContext) error
Click to show internal directories.
Click to hide internal directories.