# Functions
NewGenerator creates a new BaseGenerator.
NewGitGenerator creates a new GitGenerator.
NewKustomizeGenerator creates a new KustomizeGenerator.
NewMockGenerator creates a new instance of MockGenerator.
NewTerraformGenerator creates a new TerraformGenerator.
# Structs
BaseGenerator is a base implementation of the Generator interface.
GitGenerator is a generator that writes Git configuration files.
KustomizeGenerator is a generator that writes Kustomize files.
MockGenerator is a mock implementation of the Generator interface for testing purposes.
TerraformGenerator is a generator that writes Terraform files.
# Interfaces
Generator is the interface that wraps the Write method.