Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
lang.GolangGenerator
}
func (*Generator) Execute ¶ added in v0.1.2
func (g *Generator) Execute(genConfig *config.GeneratorConfig, pkgConfig *config.PackageConfig) error
Execute performs the template render and file writement, according to the received configurations for the current Generator instance.
func (*Generator) Generate ¶
func (g *Generator) Generate(s *schema.Schema, genConfig *config.GeneratorConfig, pkgConfig *config.PackageConfig) error
Generate is the entry point for this Generator.
Click to show internal directories.
Click to hide internal directories.