gouick/models/user_input_params.go

12 lines
305 B
Go
Raw Permalink Normal View History

package models
// UserInputParams is a struct containing all fields that can be useful for project generation.
type UserInputParams struct {
DatabaseModels bool
2022-08-10 15:40:37 +00:00
GoModulePath *string
ProjectDescription string
ProjectDirectory string
ProjectName string
ProjectOwner string
}