Documentation
¶
Index ¶
- Variables
- func Cmd() *cobra.Command
- func ListRunE(_ *cobra.Command, _ []string) error
- func PreRunE(_ *cobra.Command, args []string) error
- func RunE(_ *cobra.Command, args []string) error
- func UpdateCmd() *cobra.Command
- func UpdatePreRunE(_ *cobra.Command, _ []string) error
- func UpdateRunE(cmd *cobra.Command, args []string) error
- type ItemDelegate
- type Model
Constants ¶
This section is empty.
Variables ¶
View Source
var AddCmd = &cobra.Command{ Use: "add component_url", Short: "Add component", PreRunE: PreRunE, RunE: RunE, }
View Source
var ListCmd = &cobra.Command{ Use: "list", Short: "List components", RunE: ListRunE, }
Functions ¶
Types ¶
type ItemDelegate ¶ added in v0.2.4
type ItemDelegate struct {
// contains filtered or unexported fields
}
func (ItemDelegate) FilterValue ¶ added in v0.2.4
func (i ItemDelegate) FilterValue() string
func (ItemDelegate) Height ¶ added in v0.2.4
func (i ItemDelegate) Height() int
func (ItemDelegate) Spacing ¶ added in v0.2.4
func (i ItemDelegate) Spacing() int
type Model ¶ added in v0.2.3
type Model struct {
// contains filtered or unexported fields
}
func NewComponentModel ¶ added in v0.2.3
func NewComponentModel(initiator initiators, initialScreen screens) Model
func NewUpdateComponentModel ¶ added in v0.2.3
Click to show internal directories.
Click to hide internal directories.