We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c390cb3 commit 58ae531Copy full SHA for 58ae531
2 files changed
pkg/codegen/templates/strict/strict-fiber-interface.tmpl
@@ -32,7 +32,8 @@
32
{{if (and $hasHeaders (not $isRef)) -}}
33
type {{$opid}}{{$statusCode}}ResponseHeaders struct {
34
{{range .Headers -}}
35
- {{.GoName}} {{.GoTypeDef}}
+ {{with .DeprecationComment}}{{.}}
36
+ {{end -}}{{.GoName}} {{.GoTypeDef}}
37
{{end -}}
38
}
39
{{end}}
pkg/codegen/templates/strict/strict-iris-interface.tmpl
0 commit comments