gouick/models/user_input_params.go

12 lines
305 B
Go
Raw Normal View History

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
}