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 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 Model ¶ added in v0.2.3
type Model struct {
// contains filtered or unexported fields
}
func NewComponentModel ¶ added in v0.2.3
func NewComponentModel(initialScreen screens) Model
func NewUpdateComponentModel ¶ added in v0.2.3
Click to show internal directories.
Click to hide internal directories.