Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppCommand ¶
type AppCommand struct {
// contains filtered or unexported fields
}
func NewAppCommand ¶
func NewAppCommand(i *do.Injector) (*AppCommand, error)
func (*AppCommand) AddCommand ¶
func (c *AppCommand) AddCommand(cmds ...Commander)
func (*AppCommand) Command ¶
func (c *AppCommand) Command() *cobra.Command
type AppCreateCommand ¶
type AppCreateCommand struct {
// contains filtered or unexported fields
}
func NewAppCreateCommand ¶
func NewAppCreateCommand(i *do.Injector) (*AppCreateCommand, error)
func (*AppCreateCommand) AddCommand ¶
func (c *AppCreateCommand) AddCommand(cmds ...Commander)
func (*AppCreateCommand) Command ¶
func (c *AppCreateCommand) Command() *cobra.Command
type AppLSCommand ¶
type AppLSCommand struct {
// contains filtered or unexported fields
}
func NewAppLSCommand ¶
func NewAppLSCommand(i *do.Injector) (*AppLSCommand, error)
func (*AppLSCommand) AddCommand ¶
func (c *AppLSCommand) AddCommand(cmds ...Commander)
func (*AppLSCommand) Command ¶
func (c *AppLSCommand) Command() *cobra.Command
Click to show internal directories.
Click to hide internal directories.