Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model - represents the state of the new project creation operation
func (Model) ProjectName ¶
ProjectName - returns the project name entered by the user
func (Model) TemplateName ¶
TemplateName returns the project template name selected by the user
type NewProjectStatus ¶
type NewProjectStatus int
const ( NameInput NewProjectStatus = iota TemplateInput Pending Done Error )
type TemplateItem ¶
func (*TemplateItem) GetItemDescription ¶
func (m *TemplateItem) GetItemDescription() string
func (*TemplateItem) GetItemValue ¶
func (m *TemplateItem) GetItemValue() string
Click to show internal directories.
Click to hide internal directories.