Merge commit '5ac0710' into v3-porting

This commit is contained in:
2022-11-07 08:29:29 -05:00
16 changed files with 385 additions and 88 deletions

View File

@@ -22,6 +22,8 @@ type {{.TypeName}} struct {
Aliases []string
EnvVars []string
defaultValue {{if .ValuePointer}}*{{end}}{{.GoType}}
{{range .StructFields}}
{{.Name}} {{if .Pointer}}*{{end}}{{.Type}}
{{end}}