Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfraCommand ¶
type InfraCommand struct {
// contains filtered or unexported fields
}
func NewInfraCommand ¶
func NewInfraCommand(i *do.Injector) (*InfraCommand, error)
func (*InfraCommand) AddCommand ¶
func (c *InfraCommand) AddCommand(cmds ...Commander)
func (*InfraCommand) Command ¶
func (c *InfraCommand) Command() *cobra.Command
type InfraCreateCommand ¶
type InfraCreateCommand struct {
// contains filtered or unexported fields
}
func NewInfraCreateCommand ¶
func NewInfraCreateCommand(i *do.Injector) (*InfraCreateCommand, error)
func (*InfraCreateCommand) AddCommand ¶
func (c *InfraCreateCommand) AddCommand(cmds ...Commander)
func (*InfraCreateCommand) Command ¶
func (c *InfraCreateCommand) Command() *cobra.Command
type InfraLSCommand ¶
type InfraLSCommand struct {
// contains filtered or unexported fields
}
func NewInfraLSCommand ¶
func NewInfraLSCommand(i *do.Injector) (*InfraLSCommand, error)
func (*InfraLSCommand) AddCommand ¶
func (c *InfraLSCommand) AddCommand(cmds ...Commander)
func (*InfraLSCommand) Command ¶
func (c *InfraLSCommand) Command() *cobra.Command
Click to show internal directories.
Click to hide internal directories.