Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) Generate ¶
func (a *Config) Generate(config helper.GenerateConfig)
type ConfigTmpl ¶
type ConfigTmpl struct{}
func (*ConfigTmpl) Render ¶
func (t *ConfigTmpl) Render() string
type GoMain ¶
type GoMain struct {
// contains filtered or unexported fields
}
func (*GoMain) Generate ¶
func (a *GoMain) Generate(config helper.GenerateConfig)
type GoMainTmpl ¶
type GoMainTmpl struct {
ProjName string
}
func (*GoMainTmpl) Render ¶
func (t *GoMainTmpl) Render() string
Click to show internal directories.
Click to hide internal directories.