Merge commit '5ac0710' into v3-porting
This commit is contained in:
@@ -22,6 +22,8 @@ type {{.TypeName}} struct {
|
||||
Aliases []string
|
||||
EnvVars []string
|
||||
|
||||
defaultValue {{if .ValuePointer}}*{{end}}{{.GoType}}
|
||||
|
||||
{{range .StructFields}}
|
||||
{{.Name}} {{if .Pointer}}*{{end}}{{.Type}}
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user