Versions in this module Expand all Collapse all v0 v0.0.2 Oct 23, 2025 v0.0.1 Oct 18, 2025 Changes in this version + type Destination interface + CreateDirectories func() error + Write func() error + WriteBytes func(body []byte) error + WriteTemplate func(templateName, templateBody string, templateData any) error + type Generator struct + func NewGenerator() *Generator + func (g *Generator) Errorf(format string, a ...interface{}) + func (g *Generator) Fatalf(format string, a ...interface{}) + func (g *Generator) Infof(format string, a ...interface{}) + func (g *Generator) NewGoFileDestination(filename string) Destination + func (g *Generator) NewUnformattedFileDestination(filename string) Destination + func (g *Generator) UI() cli.Ui + func (g *Generator) Warnf(format string, a ...interface{})