Versions in this module Expand all Collapse all v0 v0.31.0 Apr 13, 2025 Changes in this version + var AllAppTypes = []AppType + var AllDatabases = []Database + func InitProject() *cobra.Command + type AppType string + const API + const Web + func (t AppType) IsValid() bool + type Command struct + Args []string + Message string + Name string + type Database string + const MySQL + const Postgres + const SQLite3 + func (d Database) ConnString(projectName string) string + func (d Database) Driver() string + func (d Database) Import() string + func (d Database) IsValid() bool + func (d Database) SQLCEngine() string + func (d Database) String() string + type FileExclusions struct + ByAppType map[AppType][]string + ByDatabase map[Database][]string + NoAuth []string + NoSMTP []string + NoStorage []string + type FileRenames struct + ByAppType map[AppType]map[string]string + type InitConfig struct + AppType AppType + Database Database + Name string + NoAuth bool + NoGit bool + NoSMTP bool + NoStorage bool + OutputDir string + type Project struct + AppType AppType + Auth bool + Database Database + Name string + SMTP bool + Storage bool