Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MainFileContentWriter ¶
type ProjectGenerator ¶
type ProjectGenerator struct { ConfWriterFunc TemplateConfigWriter CompWriterFunc TemplateComponentWriter MainFileFunc MainFileContentWriter ToolName string }
func (*ProjectGenerator) Generate ¶
func (pg *ProjectGenerator) Generate()
func (*ProjectGenerator) OpenOutputFile ¶
func (pg *ProjectGenerator) OpenOutputFile(p string) *os.File
type TemplateComponentWriter ¶
type TemplateComponentWriter func(confDir string, pg *ProjectGenerator)
type TemplateConfigWriter ¶
type TemplateConfigWriter func(confDir string, pg *ProjectGenerator)
Click to show internal directories.
Click to hide internal directories.