Skip to content

Commit

Permalink
Fix styling AnyOf issue (deepmap#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShouheiNishi committed Oct 27, 2022
1 parent dc7f504 commit f19608b
Show file tree
Hide file tree
Showing 6 changed files with 552 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/test/any_of/param/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package: param
generate:
models: true
client: true
output: param.gen.go
3 changes: 3 additions & 0 deletions internal/test/any_of/param/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package param

//go:generate go run github.com/deepmap/oapi-codegen/cmd/oapi-codegen --config=config.yaml spec.yaml

0 comments on commit f19608b

Please sign in to comment.