Refresh code templates and regenerate go files

Mostly minor changes related to go 1.19 comment formatting.
This commit is contained in:
Denis Arh
2022-11-27 10:57:03 +01:00
parent a1a3137a6b
commit 207f01daf5
71 changed files with 670 additions and 2254 deletions
@@ -60,8 +60,6 @@ var (
{{- range $prop := $.Props }}
// {{ camelCase "set" $prop.Name }} updates {{ $.Service }}ActionProps's {{ $prop.Name }}
//
// Allows method chaining
//
// This function is auto-generated.
//
func (p *{{ $.Service }}ActionProps) {{ camelCase "set" $prop.Name }}({{ $prop.Name }} {{ $prop.Type }}) *{{ $.Service }}ActionProps {