Documentation ¶ Index ¶ type Generator func New() *Generator func (g *Generator) Generate(ctx context.Context, config stack.StackConfig, outputDir string) error func (g *Generator) GetInfo(ctx context.Context, stackDir string) (*stack.StackInfo, error) func (g *Generator) Validate(ctx context.Context, stackDir string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Generator ¶ type Generator struct{} func New ¶ func New() *Generator func (*Generator) Generate ¶ func (g *Generator) Generate(ctx context.Context, config stack.StackConfig, outputDir string) error func (*Generator) GetInfo ¶ func (g *Generator) GetInfo(ctx context.Context, stackDir string) (*stack.StackInfo, error) func (*Generator) Validate ¶ func (g *Generator) Validate(ctx context.Context, stackDir string) error Source Files ¶ View all Source files generator.go Click to show internal directories. Click to hide internal directories.