Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceCommand ¶
type ServiceCommand struct {
// contains filtered or unexported fields
}
func NewServiceCommand ¶
func NewServiceCommand(i *do.Injector) (*ServiceCommand, error)
func (*ServiceCommand) AddCommand ¶
func (c *ServiceCommand) AddCommand(cmds ...Commander)
func (*ServiceCommand) Command ¶
func (c *ServiceCommand) Command() *cobra.Command
type ServiceCreateCommand ¶
type ServiceCreateCommand struct {
// contains filtered or unexported fields
}
func NewServiceCreateCommand ¶
func NewServiceCreateCommand(i *do.Injector) (*ServiceCreateCommand, error)
func (*ServiceCreateCommand) AddCommand ¶
func (c *ServiceCreateCommand) AddCommand(cmds ...Commander)
func (*ServiceCreateCommand) Command ¶
func (c *ServiceCreateCommand) Command() *cobra.Command
type ServiceLSCommand ¶
type ServiceLSCommand struct {
// contains filtered or unexported fields
}
func NewServiceLSCommand ¶
func NewServiceLSCommand(i *do.Injector) (*ServiceLSCommand, error)
func (*ServiceLSCommand) AddCommand ¶
func (c *ServiceLSCommand) AddCommand(cmds ...Commander)
func (*ServiceLSCommand) Command ¶
func (c *ServiceLSCommand) Command() *cobra.Command
Click to show internal directories.
Click to hide internal directories.