feat(oapi-codegen): enable stric-server option: strict request/response checking
This commit is contained in:
parent
b437b64a94
commit
ab4226561b
2 changed files with 1077 additions and 0 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -3,5 +3,6 @@ package: api
|
||||||
generate:
|
generate:
|
||||||
models: true
|
models: true
|
||||||
fiber-server: true
|
fiber-server: true
|
||||||
|
strict-server: true
|
||||||
embedded-spec: true
|
embedded-spec: true
|
||||||
output: ./internal/api/api.gen.go
|
output: ./internal/api/api.gen.go
|
||||||
|
|
|
||||||
Reference in a new issue