This commit is contained in:
Dave Lee 2023-06-01 20:46:08 -04:00
parent f9133b5a61
commit 45285bb5d8
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
// NOT ACTUALLY USING THIS CURRENTLY???
// ServerInterface represents all server handlers.
type ServerInterface interface {
{{range .}}{{.SummaryAsComment }}

View file

@ -11,7 +11,7 @@ output-options:
- mapstructure
user-templates:
endpoint-body-mapping.tmpl: ./openai-openapi/endpoint-body-mapping.tmpl
# chi/chi-interface.tmpl: ./openai-openapi/chi-interface.tmpl
# chi/chi-interface.tmpl: ./openai-openapi/chi-interface.tmpl
# union.tmpl: "// SKIP"
# union-and-additional-properties.tmpl: "// SKIP"
# additional-properties.tmpl: "// SKIP"