entrypointcmd

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: 9 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 EntryPointCommand

type EntryPointCommand struct {
	// contains filtered or unexported fields
}

func NewEntryPointCommand

func NewEntryPointCommand(i *do.Injector) (*EntryPointCommand, error)

func (*EntryPointCommand) AddCommand

func (c *EntryPointCommand) AddCommand(cmds ...Commander)

func (*EntryPointCommand) Command

func (c *EntryPointCommand) Command() *cobra.Command

type EntryPointCreateCommand

type EntryPointCreateCommand struct {
	// contains filtered or unexported fields
}

func NewEntryPointCreateCommand

func NewEntryPointCreateCommand(i *do.Injector) (*EntryPointCreateCommand, error)

func (*EntryPointCreateCommand) AddCommand

func (c *EntryPointCreateCommand) AddCommand(cmds ...Commander)

func (*EntryPointCreateCommand) Command

func (c *EntryPointCreateCommand) Command() *cobra.Command

type EntryPointLSCommand

type EntryPointLSCommand struct {
	// contains filtered or unexported fields
}

func NewEntryPointLSCommand

func NewEntryPointLSCommand(i *do.Injector) (*EntryPointLSCommand, error)

func (*EntryPointLSCommand) AddCommand

func (c *EntryPointLSCommand) AddCommand(cmds ...Commander)

func (*EntryPointLSCommand) Command

func (c *EntryPointLSCommand) Command() *cobra.Command

Jump to

Keyboard shortcuts

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