Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Cli project type Cli = ProjectType(iota) // Gui project type Gui )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GocomuYaml ¶
type GocomuYaml struct {
Name string
Description string
Version string
Type string
ServeOutput string
}
GocomuYaml .
type TemplatesVariables ¶
type TemplatesVariables struct {
ProjectName string
ProjectType ProjectType
Output RTout
}
TemplatesVariables holds values to be substituted when creating/executing biolerplate templates
Source Files
¶
Click to show internal directories.
Click to hide internal directories.
