type Generator struct {
OutFilePath string ImportMapping map[string]string}
Generator creates a Go file that will be build inside mixer framework. The generated file contains all the
template specific code that mixer needs to add support for different passed in templates.
Generate creates a Go file that will be build inside mixer framework. The generated file contains all the
template specific code that mixer needs to add support for different passed in templates.