Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
Click to show internal directories.
Click to hide internal directories.