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