servicecmd

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commander

type Commander interface {
	Command() *cobra.Command
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL