Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CliModel ¶
type CliModel struct {
CurrentState AppState
ProjectNameInput textinput.Model
WelcomeMessage string
LanguageList list.Model
SelectedLanguage string
PackageManagerList list.Model
SelectedPackageManager string
TestFrameworkList list.Model
SelectedTestFramework string
LoggerLibraryList list.Model
SelectedLoggerLibrary string
DatabaseList list.Model
SelectedDatabase string
ORMList list.Model
SelectedORM string
ConfigList list.Model
SelectedConfig string
CodingStyleList list.Model
SelectedCodingStyle string
FolderStructureCreated bool
Error error
}
func InitialModel ¶
func InitialModel() CliModel
Click to show internal directories.
Click to hide internal directories.