Versions in this module Expand all Collapse all v0 v0.5.0 Mar 20, 2026 v0.4.0 Mar 19, 2026 Changes in this version + func WriteResults(results []GenerationResult, dryRun bool) error + type Action string + const ActionCreate + const ActionDelete + const ActionUnchanged + const ActionUpdate + type GenerateOpts struct + Debug bool + DryRun bool + Targets []string + type GenerationResult struct + Action Action + Content []byte + Existing []byte + Path string + func PrepareResult(path string, content []byte) GenerationResult + type Orchestrator struct + func NewOrchestrator(l logger.Logger, cfg *config.V2Config, configPath string) *Orchestrator + func (o *Orchestrator) Generate(ctx context.Context, opts GenerateOpts) ([]GenerationResult, error)