package models // UserInputParams is a struct containing all fields that can be useful for project generation. type UserInputParams struct { DatabaseModels bool GoModuleName *string ProjectDescription string ProjectDirectory string ProjectName string ProjectOwner string }