appcmd

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 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 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

type Commander

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

Jump to

Keyboard shortcuts

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