api: regenerate with go-swagger v0.33.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-10-10 23:47:07 +02:00
parent b4c3b29245
commit 39cf847787
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
and validation code, and contains a fix for CamelCase (IPv6 <--> IPV6).
The orignal template can be found at:
https://github.com/go-swagger/go-swagger/blob/v0.32.3/generator/templates/schema.gotmpl
https://github.com/go-swagger/go-swagger/blob/v0.33.1/generator/templates/schema.gotmpl
*/}}
{{- if and .IsBaseType .IsExported (not .IsSuperAlias) }}
{{- template "schemaPolymorphic" . }}

View File

@@ -3,7 +3,7 @@
and only produces the API structs.
The orignal template can be found at:
https://github.com/go-swagger/go-swagger/blob/v0.32.3/generator/templates/server/operation.gotmpl
https://github.com/go-swagger/go-swagger/blob/v0.33.1/generator/templates/server/operation.gotmpl
*/}}
// Code generated by go-swagger; DO NOT EDIT.

View File

@@ -3,7 +3,7 @@
CamelCase (IPv6 <--> IPV6) fields.
The orignal template can be found at:
https://github.com/go-swagger/go-swagger/blob/v0.32.3/generator/templates/structfield.gotmpl
https://github.com/go-swagger/go-swagger/blob/v0.33.1/generator/templates/structfield.gotmpl
*/}}
{{ define "structfield" }}
{{- if not $.IsBaseType -}}